/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 21 using PointerTy = void *; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 21 using PointerTy = void *; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 21 using PointerTy = void *; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 21 using PointerTy = void *; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 21 using PointerTy = void *; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 21 using PointerTy = void *; variable
|
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 24 typedef void* PointerTy; typedef
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 2586 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary() 2611 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local 2674 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
|
H A D | CodeGenFunction.cpp | 412 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1580 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr() 2389 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr() 3096 Type *PointerTy = IRB.getInt8PtrTy(OldPtr->getType()->getPointerAddressSpace()); in visitIntrinsicInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1778 APInt Offset, Type *PointerTy, in getAdjustedPtr() 2664 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr() 3438 Type *PointerTy = IRB.getInt8PtrTy(OldPtr->getType()->getPointerAddressSpace()); in visitIntrinsicInst() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1494 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr() 2272 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2295 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
|
H A D | SemaOverload.cpp | 6929 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local 6996 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
|
H A D | SemaChecking.cpp | 9386 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
|
H A D | SemaExpr.cpp | 6194 QualType PointerTy) { in checkConditionalNullPointer()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 588 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 770 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Core.cpp | 829 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7399 using PointerTy = PointerIntPair<Value *, 1, bool>; in createSCEVIter() typedef
|