Home
last modified time | relevance | path

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

123

/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp99 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) { in GetFunctionClass() local
136 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) in GetFunctionClass() local
DScalarEvolutionExpander.cpp389 PointerType *PTy, in expandAddToGEP()
696 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local
710 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local
1362 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local
1419 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
DLazyValueInfo.cpp694 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
722 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
DInlineCost.cpp1103 PointerType *PTy = cast<PointerType>(CS.getArgument(I)->getType()); in analyzeCall() local
DConstantFolding.cpp403 PointerType *PTy = cast<PointerType>(C->getType()); in FoldReinterpretLoadFromConstPtr() local
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp69 auto PTy = dyn_cast<PointerType>(allocaInst->getType()); in runOnBasicBlock() local
DNVPTXAsmPrinter.cpp1032 PointerType *PTy = GVar->getType(); in printModuleLevelGV() local
1344 PointerType *PTy = GVar->getType(); in emitPTXGlobalVariable() local
1492 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1553 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1718 PointerType *PTy = dyn_cast<PointerType>(GVar->getType()); in printScalarConstant() local
1734 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant() local
DNVPTXAsmPrinter.h161 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
DNVPTXISelLowering.cpp989 auto *PTy = dyn_cast<PointerType>(Ty); in getPrototype() local
1326 auto *PTy = dyn_cast<PointerType>(Args[i].Ty); in LowerCall() local
2036 auto *PTy = dyn_cast<PointerType>(Ty); in isImageOrSamplerVal() local
/external/llvm/unittests/Support/
DCasting.cpp249 class PTy { class
252 PTy(Base *B) : B(B) {} in PTy() function in __anon7f3a684f0311::pointer_wrappers::PTy
/external/llvm/lib/IR/
DVerifier.cpp524 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); in visitGlobalVariable() local
1348 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in VerifyParameterAttrs() local
2750 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local
2775 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local
2802 PointerType *PTy = AI.getType(); in visitAllocaInst() local
2834 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); in visitAtomicCmpXchgInst() local
2853 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); in visitAtomicRMWInst() local
DGlobals.cpp260 PointerType *PTy = Aliasee->getType(); in create() local
DConstantFold.cpp109 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast() local
383 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOf() local
448 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
DModule.cpp234 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
DType.cpp89 if (auto *PTy = dyn_cast<PointerType>(this)) { in canLosslesslyBitCastTo() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2030 llvm::Type *PTy = FTy->getParamType(i); in EmitBuiltinExpr() local
5735 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType()); in EmitAArch64BuiltinExpr() local
5765 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType()); in EmitAArch64BuiltinExpr() local
5820 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local
5831 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local
5842 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local
5853 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local
5865 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local
5877 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local
DCodeGenTypes.cpp503 const PointerType *PTy = cast<PointerType>(Ty); in ConvertType() local
DCGDeclCXX.cpp158 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace); in EmitCXXGlobalVarDeclInit() local
DCodeGenModule.cpp1880 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetOrCreateLLVMFunction() local
2122 llvm::PointerType *PTy = in GetAddrOfGlobalVar() local
2978 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetAddrOfConstantString() local
2985 llvm::Type *PTy = llvm::ArrayType::get(Ty, 0); in GetAddrOfConstantString() local
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1139 if (const ObjCObjectPointerType *PTy = in findAtIndexGetter() local
1245 if (const ObjCObjectPointerType *PTy = in findAtIndexSetter() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2023 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallSite() local
2248 Type *PTy = getPromotedType((*AI)->getType()); in transformConstExprCastCall() local
2342 PointerType *PTy = cast<PointerType>(Callee->getType()); in transformCallThroughTrampoline() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2897 PointerType *PTy = cast<PointerType>(CurTy); in parseConstants() local
2922 PointerType *PTy = cast<PointerType>(CurTy); in parseConstants() local
3534 if (auto *PTy = dyn_cast<PointerType>(Ty)) in parseModule() local
3623 auto *PTy = dyn_cast<PointerType>(Ty); in parseModule() local
4814 auto *PTy = dyn_cast_or_null<PointerType>(Ty); in parseFunctionBody() local
/external/clang/lib/AST/
DDeclPrinter.cpp121 else if (const PointerType* PTy = BaseType->getAs<PointerType>()) in GetBaseType() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1538 PointerType *PTy = cast<PointerType>(Callee->getType()); variable
/external/llvm/lib/AsmParser/
DLLParser.cpp706 auto *PTy = dyn_cast<PointerType>(AliaseeType); in ParseAlias() local
1067 static inline GlobalValue *createGlobalFwdRef(Module *M, PointerType *PTy, in createGlobalFwdRef()
1083 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local
1116 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local

123