| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | CastToStructChecker.cpp | 38 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in checkPreStmt() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUTargetTransformInfo.cpp | 341 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local 460 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticReductionCost() local 476 EVT OrigTy = TLI->getValueType(DL, Ty); in getMinMaxReductionCost() 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/lib/Target/AMDGPU/ |
| D | AMDGPUTargetTransformInfo.cpp | 115 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
| D | ThreadSanitizer.cpp | 531 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentLoadOrStore() local 610 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentAtomic() local 691 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local
|
| D | EfficiencySanitizer.cpp | 686 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentLoadOrStore() local 826 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local 864 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentFastpathWorkingSet() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
| D | ARMCodeGenPrepare.cpp | 88 Type *OrigTy = nullptr; member in __anon808c57bc0111::ARMCodeGenPrepare 282 void IRPromoter::Mutate(Type *OrigTy, in Mutate()
|
| /external/clang/lib/Edit/ |
| D | RewriteObjCFoundationAPI.cpp | 992 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local 1121 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
| D | RegisterBankInfo.cpp | 441 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 698 CCState &State, bool IsFixed, bool IsRet, Type *OrigTy) { in CC_RISCV() 851 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; in analyzeOutputArgs() 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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 825 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT(); in ExpandSEXTINREG() local
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 336 Type *OrigTy = V->getType(); in CanEvaluateTruncated() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 340 Type *OrigTy = V->getType(); in canEvaluateTruncated() local
|
| /external/spirv-llvm/lib/SPIRV/ |
| D | SPIRVWriter.cpp | 1334 auto OrigTy = Arg->getType(); in mutateFuncArgType() local
|
| /external/clang/lib/CodeGen/ |
| D | CGExpr.cpp | 1575 llvm::Type *OrigTy = CGM.getTypes().ConvertType(LV.getType()); in EmitLoadOfGlobalRegLValue() local 1828 llvm::Type *OrigTy = CGM.getTypes().ConvertType(Dst.getType()); in EmitStoreThroughGlobalRegLValue() local
|
| D | MicrosoftCXXABI.cpp | 2101 auto OrigTy = Ret.getType(); in performReturnAdjustment() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 350 Type *OrigTy = V->getType(); in canEvaluateTruncated() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 1003 Type *OrigTy = In->getType(); in promoteTo() local
|
| D | HexagonISelLowering.cpp | 839 EVT OrigTy = cast<VTSDNode>(Op.getOperand(1))->getVT(); in LowerSETCC() local
|
| /external/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 2372 Type *OrigTy; member in __anon65f3f0830211::TypePromotionTransaction::TypeMutator
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 2305 Type *OrigTy; member in __anond0867ddb0411::TypePromotionTransaction::TypeMutator
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 2107 const EVT &OrigTy, in addRequiredExtensionForVectorMULL()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 2435 const EVT &OrigTy, in addRequiredExtensionForVectorMULL()
|