Home
last modified time | relevance | path

Searched defs:PointerTy (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h21 using PointerTy = void *; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/
DGenericValue.h21 using PointerTy = void *; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/
DGenericValue.h21 using PointerTy = void *; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h21 using PointerTy = void *; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/
DGenericValue.h21 using PointerTy = void *; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/
DGenericValue.h21 using PointerTy = void *; variable
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h24 typedef void* PointerTy; typedef
/aosp_15_r20/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2586 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 DCodeGenFunction.cpp412 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1580 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 DSROA.cpp1778 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 DSROA.cpp1494 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 DSemaStmt.cpp2295 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
H A DSemaOverload.cpp6929 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
6996 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
H A DSemaChecking.cpp9386 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
H A DSemaExpr.cpp6194 QualType PointerTy) { in checkConditionalNullPointer()
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp588 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp770 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp829 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp7399 using PointerTy = PointerIntPair<Value *, 1, bool>; in createSCEVIter() typedef