| /external/llvm/lib/Analysis/ |
| D | ObjCARCInstKind.cpp | 101 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) { in GetFunctionClass() local 140 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) in GetFunctionClass() local
|
| D | ScalarEvolutionExpander.cpp | 387 PointerType *PTy, in expandAddToGEP() 692 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local 706 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local 1384 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local 1441 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
|
| /external/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
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXLowerAlloca.cpp | 72 auto PTy = dyn_cast<PointerType>(allocaInst->getType()); in runOnBasicBlock() local
|
| D | NVPTXAsmPrinter.h | 161 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
|
| D | NVPTXAsmPrinter.cpp | 1056 PointerType *PTy = GVar->getType(); in printModuleLevelGV() local 1520 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local 1581 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local 1761 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/ |
| D | CFGuard.cpp | 194 PointerType *PTy = PointerType::get(CalledOperandType, 0); in insertCFGuardDispatch() local
|
| /external/llvm/unittests/Support/ |
| D | Casting.cpp | 249 class PTy { class 252 PTy(Base *B) : B(B) {} in PTy() function in __anon3f3680680311::pointer_wrappers::PTy
|
| /external/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
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetObjectFile.cpp | 278 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
|
| /external/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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixFunctionBitcasts.cpp | 279 auto *PTy = cast<PointerType>(U->get()->getType()); in runOnModule() local
|
| /external/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
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | IndirectCallPromotion.cpp | 240 Type *PTy = DirectCalleeType->getFunctionParamType(I); in isPromotionLegal() local 483 Type *PTy = DirectCalleeType->getParamType(I); in createDirectCallInst() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetObjectFile.cpp | 312 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
|
| /external/llvm/lib/IR/ |
| D | Verifier.cpp | 586 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); in visitGlobalVariable() local 1411 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in verifyParameterAttrs() local 2977 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local 3004 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local 3069 PointerType *PTy = AI.getType(); in visitAllocaInst() local 3106 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); in visitAtomicCmpXchgInst() local 3126 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); in visitAtomicRMWInst() local
|
| D | ConstantFold.cpp | 107 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast() local 383 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOf() local 447 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
|
| D | Globals.cpp | 353 PointerType *PTy = Aliasee->getType(); in create() local
|
| D | Module.cpp | 237 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
|
| /external/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 2439 llvm::Type *PTy = FTy->getParamType(i); in EmitBuiltinExpr() local 6191 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType()); in EmitAArch64BuiltinExpr() local 6221 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType()); in EmitAArch64BuiltinExpr() local 6276 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local 6287 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local 6298 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local 6309 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local 6321 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local 6333 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DataLayout.h | 385 auto *PTy = dyn_cast<PointerType>(Ty); in isNonIntegralPointerType() local
|