Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h21 using PointerTy = void *; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3410 TypeInfoIsInStandardLibrary(const PointerType * PointerTy) TypeInfoIsInStandardLibrary() argument
3435 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) IsStandardLibraryRTTIDescriptor() local
3508 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) ContainsIncompleteClassType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1933 getAdjustedPtr(IRBuilderTy & IRB,const DataLayout & DL,Value * Ptr,APInt Offset,Type * PointerTy,const Twine & NamePrefix) getAdjustedPtr() argument
2802 getNewAllocaSlicePtr(IRBuilderTy & IRB,Type * PointerTy) getNewAllocaSlicePtr() argument
3586 Type *PointerTy = IRB.getPtrTy(OldPtr->getType()->getPointerAddressSpace()); visitIntrinsicInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp505 const LLT PointerTy = MRI.getType(MO.getReg()); castBufferRsrcFromV4I32() local
544 const LLT PointerTy = MRI.getType(Pointer); castBufferRsrcToV4I32() local
565 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); castBufferRsrcArgToV4I32() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2933 QualType PointerTy = PVD->getType(); BuildCXXForRangeStmt() local
H A DSemaOverload.cpp8459 const PointerType *PointerTy = Ty->getAs<PointerType>(); AddPointerWithMoreQualifiedTypeVariants() local
8526 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); AddMemberPointerWithMoreQualifiedTypeVariants() local
H A DSemaChecking.cpp17571 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { diagnoseArrayStarInParamType() local
H A DSemaExpr.cpp8753 checkConditionalNullPointer(Sema & S,ExprResult & NullExpr,QualType PointerTy) checkConditionalNullPointer() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp884 LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) LLVMGetPointerAddressSpace() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7422 using PointerTy = PointerIntPair<Value *, 1, bool>; createSCEVIter() typedef