Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowLevelType.cpp28 } else if (auto PTy = dyn_cast<PointerType>(&Ty)) { in getLLTForType() local
/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp101 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) { in GetFunctionClass() local
140 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) in GetFunctionClass() local
DScalarEvolutionExpander.cpp387 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-7.0/llvm/lib/Analysis/
DObjCARCInstKind.cpp101 PointerType *PTy = dyn_cast<PointerType>(A0->getType()); in GetFunctionClass() local
144 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) in GetFunctionClass() local
DScalarEvolutionExpander.cpp400 PointerType *PTy, in expandAddToGEP()
592 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, in expandAddToGEP()
710 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local
724 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local
1448 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local
1509 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp72 auto PTy = dyn_cast<PointerType>(allocaInst->getType()); in runOnBasicBlock() local
DNVPTXAsmPrinter.h164 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
DNVPTXAsmPrinter.cpp1014 PointerType *PTy = GVar->getType(); in printModuleLevelGV() local
1488 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1554 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1742 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant() local
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp72 auto PTy = dyn_cast<PointerType>(allocaInst->getType()); in runOnBasicBlock() local
DNVPTXAsmPrinter.h161 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
DNVPTXAsmPrinter.cpp1056 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-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp194 PointerType *PTy = cast<PointerType>(U->get()->getType()); in runOnModule() local
/external/llvm/unittests/Support/
DCasting.cpp249 class PTy { class
252 PTy(Base *B) : B(B) {} in PTy() function in __anon0d00deae0311::pointer_wrappers::PTy
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp324 class PTy { class
327 PTy(Base *B) : B(B) {} in PTy() function in __anoncd4d29460311::pointer_wrappers::PTy
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp278 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp240 Type *PTy = DirectCalleeType->getFunctionParamType(I); in isPromotionLegal() local
483 Type *PTy = DirectCalleeType->getParamType(I); in createDirectCallInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp305 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp657 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); in visitGlobalVariable() local
1586 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in verifyParameterAttrs() local
2607 if (auto *PTy = dyn_cast<PointerType>(SrcTy->getScalarType())) in visitPtrToIntInst() local
2634 if (auto *PTy = dyn_cast<PointerType>(DestTy->getScalarType())) in visitIntToPtrInst() local
3197 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local
3223 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local
3287 PointerType *PTy = AI.getType(); in visitAllocaInst() local
3325 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); in visitAtomicCmpXchgInst() local
3344 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
382 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOf() local
445 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
DGlobals.cpp438 PointerType *PTy = Aliasee->getType(); in create() local
DModule.cpp216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
/external/llvm/lib/IR/
DConstantFold.cpp107 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
DVerifier.cpp586 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
DGlobals.cpp353 PointerType *PTy = Aliasee->getType(); in create() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h353 auto *PTy = dyn_cast<PointerType>(Ty); in isNonIntegralPointerType() local

1234