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

12

/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/clang/lib/Analysis/
H A DBodyFarm.cpp423 QualType PTy = PDecl->getType().getNonReferenceType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp200 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace); local
H A DCGExpr.cpp2548 auto *PTy = llvm::PointerType::get( local
H A DCGExprCXX.cpp133 const auto *PTy = BaseExpr->getType()->castAs<PointerType>(); local
H A DCGObjC.cpp1632 const ObjCObjectPointerType *PTy = cast<ObjCObjectPointerType>( local
H A DCGObjCMac.cpp1974 llvm::Type *PTy = llvm::ArrayType::get(CGM.IntTy, 0); local
H A DCGOpenMPRuntime.cpp10424 QualType PTy = QT.getCanonicalType()->getPointeeType(); local
H A DCodeGenModule.cpp3298 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); local
3707 llvm::PointerType *PTy = local
4144 llvm::PointerType *PTy = local
H A DCodeGenTypes.cpp558 const PointerType *PTy = cast<PointerType>(Ty); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp756 QualType PTy = Context.isPromotableBitField(E); local
[all...]
/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/Analysis/
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
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...]
/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/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3242 Type *PTy = cast<FunctionType>(FullFTy)->getParamType(i); local
3344 auto *PTy = dyn_cast<PointerType>(Ty); local
4748 auto *PTy = dyn_cast_or_null<PointerType>(Ty); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp893 PointerType *PTy = cast<PointerType>(T); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2437 EVT PTy = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp612 PointerType *PTy = cast<PointerType>(Ty); local
627 VectorType *PTy = cast<VectorType>(Ty); local
H A DGlobals.cpp505 PointerType *PTy = Aliasee->getType(); local
H A DModule.cpp159 auto *PTy = PointerType::get(Ty, F->getAddressSpace()); local
216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); local
H A DVerifier.cpp671 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); local
3407 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); local
3433 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); local
3494 PointerType *PTy = AI.getType(); local
3532 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); local
3552 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1354 Type *PTy = Fsincos.getFunctionType()->getParamType(1); local

Completed in 632 milliseconds

12