/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CastToStructChecker.cpp | 38 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in checkPreStmt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 348 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local 473 EVT OrigTy = TLI->getValueType(DL, RetTy); in getIntrinsicInstrCost() local 522 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticReductionCost() local 538 EVT OrigTy = TLI->getValueType(DL, Ty); in getMinMaxReductionCost() local
|
D | AMDGPUCallLowering.cpp | 208 static LLT getMultipleType(LLT OrigTy, int Factor) { in getMultipleType()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CastToStructChecker.cpp | 42 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in VisitCastExpr() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 495 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentLoadOrStore() local 579 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentAtomic() local 666 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local
|
D | EfficiencySanitizer.cpp | 672 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentLoadOrStore() local 812 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local 850 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentFastpathWorkingSet() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 470 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local 689 EVT OrigTy = TLI->getValueType(DL, RetTy); in getIntrinsicInstrCost() local 777 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticReductionCost() local 793 EVT OrigTy = TLI->getValueType(DL, Ty); in getMinMaxReductionCost() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 115 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 563 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentLoadOrStore() local 642 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentAtomic() local 724 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 661 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentLoadOrStore() local 754 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentAtomic() local 836 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 109 IntegerType *OrigTy = nullptr; member in __anon80acd2140111::IRPromoter 812 Type *OrigTy = V->getType(); in TryToPromote() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 108 IntegerType *OrigTy = nullptr; member in __anon25c2b6080111::IRPromoter 810 Type *OrigTy = V->getType(); in TryToPromote() local
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 560 LLT llvm::getLCMType(LLT OrigTy, LLT TargetTy) { in getLCMType() 605 LLT llvm::getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType()
|
D | CallLowering.cpp | 348 const LLT OrigTy = getLLTForType(*Args[i].Ty, DL); in handleAssignments() local
|
D | RegisterBankInfo.cpp | 476 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 992 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local 1121 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 994 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local 1133 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 334 const LLT OrigTy(OrigVT); in handleAssignments() local
|
D | RegisterBankInfo.cpp | 476 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
|
D | LegalizerHelper.cpp | 41 getNarrowTypeBreakDown(LLT OrigTy, LLT NarrowTy, LLT &LeftoverTy) { in getNarrowTypeBreakDown() 175 static LLT getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType() 1456 LLT OrigTy = MRI.getType(MI.getOperand(0).getReg()); in widenScalar() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 776 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT(); in ExpandSEXTINREG() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 1062 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 963 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 669 const DIType *OrigTy = Ty; in visitMapDefType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 1462 bool IsRet, Type *OrigTy) { in CC_RISCV() 1665 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; in analyzeOutputArgs() local
|