Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DCommonProfiling.c103 int PTy = ArgumentInfo; in getOutFile() local
130 int PTy; in write_profiling_data() 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/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/lib/VMCore/
DVerifier.cpp559 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in VerifyParameterAttrs() local
1313 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local
1331 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local
1350 PointerType *PTy = AI.getType(); in visitAllocaInst() local
1366 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); in visitAtomicCmpXchgInst() local
1383 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); in visitAtomicRMWInst() local
DAsmWriter.cpp238 PointerType *PTy = cast<PointerType>(Ty); in print() local
253 VectorType *PTy = cast<VectorType>(Ty); in print() local
1795 PointerType *PTy = cast<PointerType>(Operand->getType()); in printInstruction() local
1828 PointerType *PTy = cast<PointerType>(Operand->getType()); in printInstruction() local
DConstantFold.cpp105 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast() local
366 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOf() local
431 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
/external/llvm/unittests/Support/
DCasting.cpp249 class PTy { class
252 PTy(Base *B) : B(B) {} in PTy() function in __anon89f7a5a20311::pointer_wrappers::PTy
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp372 PointerType *PTy, in expandAddToGEP()
723 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local
737 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local
1143 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local
1207 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
DLazyValueInfo.cpp633 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
661 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp278 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp960 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallSite() local
1165 Type *PTy = getPromotedType((*AI)->getType()); in transformConstExprCastCall() local
1247 PointerType *PTy = cast<PointerType>(Callee->getType()); in transformCallThroughTrampoline() local
DInstCombineVectorOps.cpp80 VectorType *PTy = cast<VectorType>(V->getType()); in FindScalarElement() 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/lib/Bitcode/Writer/
DBitcodeWriter.cpp276 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() local
1123 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() local
1252 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() 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
DModule.cpp237 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp506 const PointerType *PTy = cast<PointerType>(Ty); in ConvertType() local
DCGDeclCXX.cpp166 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace); in EmitCXXGlobalVarDeclInit() local
DCGBuiltin.cpp2439 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/clang/lib/Sema/
DSemaPseudoObject.cpp1140 if (const ObjCObjectPointerType *PTy = in findAtIndexGetter() local
1246 if (const ObjCObjectPointerType *PTy = in findAtIndexSetter() local

1234