Searched defs:PTy (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp159 auto *PTy = PointerType::get(Ty, F->getAddressSpace()); local
216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); local
H A DGlobals.cpp501 PointerType *PTy = Aliasee->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp194 PointerType *PTy = PointerType::get(CalledOperandType, 0); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp313 const VectorType *PTy = cast<const VectorType>(Ty); local
H A DHexagonCommonGEP.cpp191 Type *PTy = nullptr; // Type of the pointer operand. member in struct:__anon4103::GepNode
[all...]
H A DHexagonLoopIdiomRecognition.cpp1097 Type *PTy = P->getType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h163 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); local
H A DNVPTXAsmPrinter.cpp1003 PointerType *PTy = GVar->getType(); local
1478 auto *PTy = dyn_cast<PointerType>(Ty); local
1544 auto *PTy = dyn_cast<PointerType>(Ty); local
1731 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); local
[all...]
H A DNVPTXISelLowering.cpp1340 auto *PTy = dyn_cast<PointerType>(Ty); local
2429 auto *PTy = dyn_cast<PointerType>(Ty); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp282 auto *PTy = cast<PointerType>(U->get()->getType()); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp617 const PointerType *PTy = cast<PointerType>(Ty); local
H A DCGDeclCXX.cpp201 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace); local
H A DCGExprCXX.cpp133 const auto *PTy = BaseExpr->getType()->castAs<PointerType>(); local
H A DCGObjC.cpp1631 const ObjCObjectPointerType *PTy = cast<ObjCObjectPointerType>( local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h389 auto *PTy = dyn_cast<PointerType>(Ty); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp667 PointerType *PTy = dyn_cast<PointerType>(Val->getType()); local
701 PointerType *PTy = dyn_cast<PointerType>(Val->getType()); local
H A DConstantFolding.cpp934 auto *PTy = cast<PointerType>(Ptr->getType()); local
H A DInlineCost.cpp2261 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); local
2339 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp944 auto *PTy = dyn_cast<PointerType>(AliaseeType); local
1401 static inline GlobalValue *createGlobalFwdRef(Module *M, PointerType *PTy, argument
1440 PointerType *PTy = dyn_cast<PointerType>(Ty); local
1471 PointerType *PTy = dyn_cast<PointerType>(Ty); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp422 QualType PTy = PDecl->getType().getNonReferenceType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp382 const auto *PTy = dyn_cast<DICompositeType>(PType); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp607 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, argument
409 expandAddToGEP(const SCEV *const *op_begin, const SCEV *const *op_end, PointerType *PTy, Type *Ty, Value *V) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1350 Type *PTy = Fsincos.getFunctionType()->getParamType(1); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2034 const PointerType *PTy = PExp->getType()->getAs<PointerType>(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp86 PointerType *PTy = cast<PointerType>(CI.getType()); local

Completed in 327 milliseconds

12