Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDGenericValue.h21 using PointerTy = void *; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOCtxProfLowering.cpp108 auto *PointerTy = PointerType::get(M.getContext(), 0); in CtxInstrumentationLowerer() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDItaniumCXXABI.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCallLowering.cpp789 const LLT PointerTy = LLT::pointer( in handleAssignments() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULegalizerInfo.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-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp2782 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
HDSemaOverload.cpp8465 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
8532 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
HDSemaChecking.cpp12674 if (const auto *PointerTy = dyn_cast<PointerType>(PType)) { in diagnoseArrayStarInParamType() local
HDSemaExpr.cpp7902 QualType PointerTy) { in checkConditionalNullPointer()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp912 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp7438 using PointerTy = PointerIntPair<Value *, 1, bool>; in createSCEVIter() typedef