/external/llvm/runtime/libprofile/ |
D | CommonProfiling.c | 103 int PTy = ArgumentInfo; in getOutFile() local 123 int PTy; in write_profiling_data() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 368 PointerType *PTy, in expandAddToGEP() 720 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local 734 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local 1072 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local 1135 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
|
D | LazyValueInfo.cpp | 633 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local 661 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
|
D | ValueTracking.cpp | 1406 CompositeType *PTy = cast<CompositeType>(V->getType()); in FindInsertedValue() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 886 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallSite() local 1091 Type *PTy = getPromotedType((*AI)->getType()); in transformConstExprCastCall() local 1170 PointerType *PTy = cast<PointerType>(Callee->getType()); in transformCallThroughTrampoline() local
|
D | InstCombineVectorOps.cpp | 80 VectorType *PTy = cast<VectorType>(V->getType()); in FindScalarElement() local
|
D | InstCombineCasts.cpp | 82 PointerType *PTy = cast<PointerType>(CI.getType()); in PromoteCastOfAllocation() local
|
/external/llvm/lib/VMCore/ |
D | Verifier.cpp | 544 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in VerifyParameterAttrs() local 1289 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local 1298 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local 1308 PointerType *PTy = AI.getType(); in visitAllocaInst() local
|
D | AsmWriter.cpp | 238 PointerType *PTy = cast<PointerType>(Ty); in print() local 253 VectorType *PTy = cast<VectorType>(Ty); in print() local 1733 PointerType *PTy = cast<PointerType>(Operand->getType()); in printInstruction() local 1766 PointerType *PTy = cast<PointerType>(Operand->getType()); in printInstruction() local
|
D | ConstantFold.cpp | 105 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast() local 367 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOf() local 432 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
|
D | Instructions.cpp | 1072 PointerType *PTy = dyn_cast<PointerType>(Ptr); in getIndexedTypeInternal() local 1114 PointerType *PTy = dyn_cast<PointerType>(Ptr); in getIndexedType() local 1592 if (VectorType *PTy = dyn_cast<VectorType>(Op->getType())) { in CreateNot() local 1607 if (VectorType *PTy = dyn_cast<VectorType>(Op->getType())) { in CreateNot() local
|
D | Constants.cpp | 105 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy)) in getIntegerValue() local 512 if (VectorType *PTy = dyn_cast<VectorType>(Ty)) in getZeroValueForNegation() local
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 240 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() local 1086 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() local 1152 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 943 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetOrCreateLLVMFunction() local 1114 llvm::PointerType *PTy = in GetAddrOfGlobalVar() local 1808 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetAddrOfConstantString() local 1815 llvm::Type *PTy = llvm::ArrayType::get(Ty, 0); in GetAddrOfConstantString() local
|
D | CGExpr.cpp | 860 llvm::Type *PTy = llvm::Type::getIntNPtrTy(getLLVMContext(), in EmitLoadOfBitfieldLValue() local 1088 llvm::Type *PTy = AccessLTy->getPointerTo(addressSpace); in EmitStoreThroughBitfieldLValue() local 1759 const PointerType *PTy = in EmitMemberExpr() local 2202 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>(); in EmitCallExpr() local
|
D | CGExprCXX.cpp | 75 if (const PointerType *PTy = DerivedType->getAs<PointerType>()) in getMostDerivedClassDecl() local 183 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy)) { in EmitCXXMemberCallExpr() local 1561 if (const PointerType *PTy = DestTy->getAs<PointerType>()) { in EmitDynamicCastCall() local
|
D | CodeGenTypes.cpp | 386 const PointerType *PTy = cast<PointerType>(Ty); in ConvertType() local
|
D | TargetInfo.cpp | 734 llvm::Type *PTy = in EmitVAArg() local 2208 llvm::Type *PTy = in EmitVAArg() local 2590 llvm::Type *PTy = in EmitVAArg() local
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 99 else if (const PointerType* PTy = BaseType->getAs<PointerType>()) in GetBaseType() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 749 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local 789 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local 2429 PointerType *PTy = dyn_cast<PointerType>(Ty); in ConvertValIDToValue() local
|
/external/llvm/lib/CodeGen/ |
D | ELFWriter.cpp | 488 VectorType *PTy = CP->getType(); in EmitGlobalConstant() local
|
/external/llvm/lib/Target/CBackend/ |
D | CBackend.cpp | 536 PointerType *PTy = cast<PointerType>(Ty); in printType() local 2922 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallInst() local
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 987 } else if (const PointerType *PTy = dyn_cast<PointerType>(Ty)) { in BuildQualifiedType() local 992 } else if (const MemberPointerType *PTy = dyn_cast<MemberPointerType>(Ty)) { in BuildQualifiedType() local
|
D | SemaExpr.cpp | 406 QualType PTy = Context.isPromotableBitField(E); in UsualUnaryConversions() local 3000 } else if (const PointerType *PTy = LHSTy->getAs<PointerType>()) { in CreateBuiltinArraySubscriptExpr() local 3004 } else if (const PointerType *PTy = RHSTy->getAs<PointerType>()) { in CreateBuiltinArraySubscriptExpr() local 3009 } else if (const ObjCObjectPointerType *PTy = in CreateBuiltinArraySubscriptExpr() local 3014 } else if (const ObjCObjectPointerType *PTy = in CreateBuiltinArraySubscriptExpr() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1596 EVT PTy = TLI.getPointerTy(); in visitJumpTable() local 2191 EVT PTy = TLI.getPointerTy(); in handleBitTestsSwitchCase() local 2988 EVT PTy = TLI.getPointerTy(); in visitGetElementPtr() local 3293 if (VectorType *PTy = dyn_cast<VectorType>(I.getType())) { in visitTargetIntrinsic() local
|