/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowLevelType.cpp | 29 if (auto PTy = dyn_cast<PointerType>(&Ty)) { in getLLTForType() local
|
D | SwitchLoweringUtils.cpp | 282 EVT PTy = TLI->getPointerTy(*DL); in findBitTestClusters() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/ |
D | CFGuard.cpp | 194 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/ |
D | NVPTXAsmPrinter.h | 163 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
|
D | NVPTXAsmPrinter.cpp | 1012 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
|
D | NVPTXISelLowering.cpp | 1357 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/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 279 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/ |
D | Module.cpp | 159 auto *PTy = PointerType::get(Ty, F->getAddressSpace()); in getOrInsertFunction() local 216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
|
D | Verifier.cpp | 671 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
|
D | ConstantFold.cpp | 108 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
|
D | Globals.cpp | 505 PointerType *PTy = Aliasee->getType(); in create() local
|
D | Type.cpp | 90 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/ |
D | ScalarEvolutionExpander.cpp | 404 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
|
D | ConstantFolding.cpp | 504 auto *PTy = cast<PointerType>(C->getType()); in FoldReinterpretLoadFromConstPtr() local 909 auto *PTy = cast<PointerType>(Ptr->getType()); in SymbolicallyEvaluateGEP() local
|
D | InlineCost.cpp | 2078 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); in getCallsiteCost() local 2133 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); in getInlineCost() local
|
D | LazyValueInfo.cpp | 730 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/ |
D | HexagonTargetObjectFile.cpp | 312 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
|
D | HexagonCommonGEP.cpp | 191 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/ |
D | DataLayout.h | 385 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/ |
D | BPFAbstractMemberAccess.cpp | 380 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/ |
D | TargetLowering.h | 1229 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/ |
D | LLParser.cpp | 920 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/ |
D | AMDGPULibCalls.cpp | 1354 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/ |
D | BitcodeReader.cpp | 3242 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/ |
D | InstCombineCalls.cpp | 4493 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallBase() local 4732 Type *PTy = getPromotedType((*AI)->getType()); in transformConstExprCastCall() local
|