Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowLevelType.cpp29 if (auto PTy = dyn_cast<PointerType>(&Ty)) { in getLLTForType() local
DSwitchLoweringUtils.cpp282 EVT PTy = TLI->getPointerTy(*DL); in findBitTestClusters() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp194 PointerType *PTy = PointerType::get(CalledOperandType, 0); in insertCFGuardDispatch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h163 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
DNVPTXAsmPrinter.cpp1012 PointerType *PTy = GVar->getType(); in printModuleLevelGV() local
1487 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1553 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1740 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant() local
DNVPTXISelLowering.cpp1357 auto *PTy = dyn_cast<PointerType>(Ty); in getPrototype() local
1581 auto *PTy = dyn_cast<PointerType>(Args[i].Ty); in LowerCall() local
2447 auto *PTy = dyn_cast<PointerType>(Ty); in isImageOrSamplerVal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp279 auto *PTy = cast<PointerType>(U->get()->getType()); in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp159 auto *PTy = PointerType::get(Ty, F->getAddressSpace()); in getOrInsertFunction() local
216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
DVerifier.cpp671 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); in visitGlobalVariable() local
1663 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in verifyParameterAttrs() local
2756 if (auto *PTy = dyn_cast<PointerType>(SrcTy->getScalarType())) in visitPtrToIntInst() local
2783 if (auto *PTy = dyn_cast<PointerType>(DestTy->getScalarType())) in visitIntToPtrInst() local
3339 if (auto *PTy = dyn_cast<PointerType>(GEP.getType())) { in visitGetElementPtrInst() local
3407 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local
3433 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local
3494 PointerType *PTy = AI.getType(); in visitAllocaInst() local
3532 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); in visitAtomicCmpXchgInst() local
3552 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); in visitAtomicRMWInst() local
DConstantFold.cpp108 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast() local
384 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOf() local
447 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
DGlobals.cpp505 PointerType *PTy = Aliasee->getType(); in create() local
DType.cpp90 if (auto *PTy = dyn_cast<PointerType>(this)) { in canLosslesslyBitCastTo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp404 PointerType *PTy, in expandAddToGEP()
596 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, in expandAddToGEP()
714 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local
728 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local
1467 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local
1539 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
DConstantFolding.cpp504 auto *PTy = cast<PointerType>(C->getType()); in FoldReinterpretLoadFromConstPtr() local
909 auto *PTy = cast<PointerType>(Ptr->getType()); in SymbolicallyEvaluateGEP() local
DInlineCost.cpp2078 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); in getCallsiteCost() local
2133 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); in getInlineCost() local
DLazyValueInfo.cpp730 PointerType *PTy = dyn_cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
767 PointerType *PTy = dyn_cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp312 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
DHexagonCommonGEP.cpp191 Type *PTy = nullptr; // Type of the pointer operand. member
205 if (auto *PTy = dyn_cast<PointerType>(Ty)) in next_type() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h385 auto *PTy = dyn_cast<PointerType>(Ty); in isNonIntegralPointerType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp380 const auto *PTy = dyn_cast<DICompositeType>(PType); in IsValidAIChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1229 if (auto *PTy = dyn_cast<PointerType>(Ty)) variable
1235 if (auto *PTy = dyn_cast<PointerType>(EltTy)) { variable
1249 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp920 auto *PTy = dyn_cast<PointerType>(AliaseeType); in parseIndirectSymbol() local
1364 static inline GlobalValue *createGlobalFwdRef(Module *M, PointerType *PTy, in createGlobalFwdRef()
1403 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local
1434 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1354 Type *PTy = Fsincos.getFunctionType()->getParamType(1); in fold_sincos() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3242 Type *PTy = cast<FunctionType>(FullFTy)->getParamType(i); in parseFunctionRecord() local
3344 auto *PTy = dyn_cast<PointerType>(Ty); in parseGlobalIndirectSymbolRecord() local
4748 auto *PTy = dyn_cast_or_null<PointerType>(Ty); in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4493 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallBase() local
4732 Type *PTy = getPromotedType((*AI)->getType()); in transformConstExprCastCall() local

12