Home
last modified time | relevance | path

Searched defs:OrigTy (Results 1 – 25 of 55) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Checkers/
DCastToStructChecker.cpp38 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in checkPreStmt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp348 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
DAMDGPUCallLowering.cpp208 static LLT getMultipleType(LLT OrigTy, int Factor) { in getMultipleType()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCastToStructChecker.cpp42 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in VisitCastExpr() local
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp495 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
DEfficiencySanitizer.cpp672 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/
DAMDGPUTargetTransformInfo.cpp470 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/
DAMDGPUTargetTransformInfo.cpp115 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp563 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/
DThreadSanitizer.cpp661 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/
DTypePromotion.cpp109 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/
DTypePromotion.cpp108 IntegerType *OrigTy = nullptr; member in __anon25c2b6080111::IRPromoter
810 Type *OrigTy = V->getType(); in TryToPromote() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp560 LLT llvm::getLCMType(LLT OrigTy, LLT TargetTy) { in getLCMType()
605 LLT llvm::getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType()
DCallLowering.cpp348 const LLT OrigTy = getLLTForType(*Args[i].Ty, DL); in handleAssignments() local
DRegisterBankInfo.cpp476 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp992 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local
1121 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp994 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/
DCallLowering.cpp334 const LLT OrigTy(OrigVT); in handleAssignments() local
DRegisterBankInfo.cpp476 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
DLegalizerHelper.cpp41 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/
DLegalizeVectorOps.cpp776 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT(); in ExpandSEXTINREG() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1062 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp963 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp669 const DIType *OrigTy = Ty; in visitMapDefType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1462 bool IsRet, Type *OrigTy) { in CC_RISCV()
1665 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; in analyzeOutputArgs() local

123