/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 21 using PointerTy = void *; variable
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOCtxProfLowering.cpp | 108 auto *PointerTy = PointerType::get(M.getContext(), 0); CtxInstrumentationLowerer() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3445 TypeInfoIsInStandardLibrary(const PointerType * PointerTy) TypeInfoIsInStandardLibrary() argument 3470 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) IsStandardLibraryRTTIDescriptor() local 3543 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) ContainsIncompleteClassType() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 781 const LLT PointerTy = LLT::pointer( handleAssignments() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1886 getAdjustedPtr(IRBuilderTy & IRB,const DataLayout & DL,Value * Ptr,APInt Offset,Type * PointerTy,const Twine & NamePrefix) getAdjustedPtr() argument 2753 getNewAllocaSlicePtr(IRBuilderTy & IRB,Type * PointerTy) getNewAllocaSlicePtr() argument 3553 Type *PointerTy = IRB.getPtrTy(OldPtr->getType()->getPointerAddressSpace()); visitIntrinsicInst() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 588 const LLT PointerTy = MRI.getType(MO.getReg()); castBufferRsrcFromV4I32() local 627 const LLT PointerTy = MRI.getType(Pointer); castBufferRsrcToV4I32() local 648 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); castBufferRsrcArgToV4I32() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2782 QualType PointerTy = PVD->getType(); BuildCXXForRangeStmt() local
|
H A D | SemaOverload.cpp | 8489 const PointerType *PointerTy = Ty->getAs<PointerType>(); AddPointerWithMoreQualifiedTypeVariants() local 8556 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); AddMemberPointerWithMoreQualifiedTypeVariants() local
|
H A D | SemaChecking.cpp | 12670 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { diagnoseArrayStarInParamType() local
|
H A D | SemaExpr.cpp | 7867 checkConditionalNullPointer(Sema & S,ExprResult & NullExpr,QualType PointerTy) checkConditionalNullPointer() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 462 DIType *PointerTy = DIDerivedType::getDistinct( TEST_F() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 912 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7436 using PointerTy = PointerIntPair<Value *, 1, bool>; createSCEVIter() typedef
|