Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h21 using PointerTy = void *; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp108 auto *PointerTy = PointerType::get(M.getContext(), 0); in CtxInstrumentationLowerer() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3679 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary()
3704 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
3777 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1886 APInt Offset, Type *PointerTy, in getAdjustedPtr()
2753 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr()
3553 Type *PointerTy = IRB.getPtrTy(OldPtr->getType()->getPointerAddressSpace()); in visitIntrinsicInst() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp789 const LLT PointerTy = LLT::pointer( in handleAssignments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp588 const LLT PointerTy = MRI.getType(MO.getReg()); in castBufferRsrcFromV4I32() local
627 const LLT PointerTy = MRI.getType(Pointer); in castBufferRsrcToV4I32() local
648 const LLT PointerTy = B.getMRI()->getType(MO.getReg()); in castBufferRsrcArgToV4I32() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2782 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
H A DSemaOverload.cpp8465 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
8532 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
H A DSemaChecking.cpp12674 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
H A DSemaExpr.cpp7902 QualType PointerTy) { in checkConditionalNullPointer()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp912 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7438 using PointerTy = PointerIntPair<Value *, 1, bool>; in createSCEVIter() typedef