/external/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 99 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) { in GetFunctionClass() local 136 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) in GetFunctionClass() local
|
D | ScalarEvolutionExpander.cpp | 389 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
|
D | LazyValueInfo.cpp | 694 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local 722 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
|
D | InlineCost.cpp | 1103 PointerType *PTy = cast<PointerType>(CS.getArgument(I)->getType()); in analyzeCall() local
|
D | ConstantFolding.cpp | 403 PointerType *PTy = cast<PointerType>(C->getType()); in FoldReinterpretLoadFromConstPtr() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAlloca.cpp | 69 auto PTy = dyn_cast<PointerType>(allocaInst->getType()); in runOnBasicBlock() local
|
D | NVPTXAsmPrinter.cpp | 1032 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
|
D | NVPTXAsmPrinter.h | 161 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
|
D | NVPTXISelLowering.cpp | 989 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/ |
D | Casting.cpp | 249 class PTy { class 252 PTy(Base *B) : B(B) {} in PTy() function in __anon7f3a684f0311::pointer_wrappers::PTy
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 524 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
|
D | Globals.cpp | 260 PointerType *PTy = Aliasee->getType(); in create() local
|
D | ConstantFold.cpp | 109 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
|
D | Module.cpp | 234 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
|
D | Type.cpp | 89 if (auto *PTy = dyn_cast<PointerType>(this)) { in canLosslesslyBitCastTo() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2030 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
|
D | CodeGenTypes.cpp | 503 const PointerType *PTy = cast<PointerType>(Ty); in ConvertType() local
|
D | CGDeclCXX.cpp | 158 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace); in EmitCXXGlobalVarDeclInit() local
|
D | CodeGenModule.cpp | 1880 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/ |
D | SemaPseudoObject.cpp | 1139 if (const ObjCObjectPointerType *PTy = in findAtIndexGetter() local 1245 if (const ObjCObjectPointerType *PTy = in findAtIndexSetter() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2023 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/ |
D | BitcodeReader.cpp | 2897 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/ |
D | DeclPrinter.cpp | 121 else if (const PointerType* PTy = BaseType->getAs<PointerType>()) in GetBaseType() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1538 PointerType *PTy = cast<PointerType>(Callee->getType()); variable
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 706 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
|