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

12

/freebsd-11-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.cpp505 PointerType *PTy = Aliasee->getType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp194 PointerType *PTy = PointerType::get(CalledOperandType, 0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp312 const VectorType *PTy = cast<const VectorType>(Ty); local
H A DHexagonCommonGEP.cpp191 Type *PTy = nullptr; // Type of the pointer operand. member in struct:__anon2224::GepNode
[all...]
H A DHexagonLoopIdiomRecognition.cpp1097 Type *PTy = P->getType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h163 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); local
H A DNVPTXAsmPrinter.cpp1012 PointerType *PTy = GVar->getType(); local
1487 auto *PTy = dyn_cast<PointerType>(Ty); local
1553 auto *PTy = dyn_cast<PointerType>(Ty); local
1740 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); local
[all...]
H A DNVPTXISelLowering.cpp1357 auto *PTy = dyn_cast<PointerType>(Ty); local
2447 auto *PTy = dyn_cast<PointerType>(Ty); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp279 auto *PTy = cast<PointerType>(U->get()->getType()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp558 const PointerType *PTy = cast<PointerType>(Ty); local
H A DCGDeclCXX.cpp200 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace); local
H A DCGExprCXX.cpp133 const auto *PTy = BaseExpr->getType()->castAs<PointerType>(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h385 auto *PTy = dyn_cast<PointerType>(Ty); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp380 const auto *PTy = dyn_cast<DICompositeType>(PType); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp920 auto *PTy = dyn_cast<PointerType>(AliaseeType); local
1364 static inline GlobalValue *createGlobalFwdRef(Module *M, PointerType *PTy, argument
1403 PointerType *PTy = dyn_cast<PointerType>(Ty); local
1434 PointerType *PTy = dyn_cast<PointerType>(Ty); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp423 QualType PTy = PDecl->getType().getNonReferenceType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp730 PointerType *PTy = dyn_cast<PointerType>(Val->getType()); local
767 PointerType *PTy = dyn_cast<PointerType>(Val->getType()); local
H A DScalarEvolutionExpander.cpp596 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, argument
402 expandAddToGEP(const SCEV *const *op_begin, const SCEV *const *op_end, PointerType *PTy, Type *Ty, Value *V) argument
[all...]
H A DConstantFolding.cpp504 auto *PTy = cast<PointerType>(C->getType()); local
909 auto *PTy = cast<PointerType>(Ptr->getType()); local
H A DInlineCost.cpp2078 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); local
2133 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1354 Type *PTy = Fsincos.getFunctionType()->getParamType(1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp86 PointerType *PTy = cast<PointerType>(CI.getType()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2145 const PointerType *PTy = PExp->getType()->getAs<PointerType>(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp893 PointerType *PTy = cast<PointerType>(T); local

Completed in 343 milliseconds

12