Home
last modified time | relevance | path

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

12

/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/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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp595 Type *OrigTy = getLoadStoreType(II.Inst); in instrumentLoadOrStore() local
723 Type *OrigTy = LI->getType(); in instrumentAtomic() local
813 int ThreadSanitizer::getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, in getMemoryAccessFuncIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp108 IntegerType *OrigTy = nullptr; member in __anon65d13ed50111::IRPromoter
810 Type *OrigTy = V->getType(); in TryToPromote() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp374 LLT OrigTy = MRI.getType(OrigRegs[0]); in buildCopyFromRegs() local
387 LLT OrigTy = MRI.getType(OrigRegs[0]); in buildCopyFromRegs() local
700 const LLT OrigTy = getLLTForType(*Args[i].Ty, DL); in handleAssignments() local
DUtils.cpp899 LLT llvm::getLCMType(LLT OrigTy, LLT TargetTy) { in getLCMType()
945 LLT llvm::getCoverTy(LLT OrigTy, LLT TargetTy) { in getCoverTy()
960 LLT llvm::getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType()
DLoadStoreOpt.cpp293 LLT OrigTy = MRI->getType(StoresToMerge[0]->getValueReg()); in mergeStores() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp992 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local
1121 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp766 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticReductionCost() local
781 EVT OrigTy = TLI->getValueType(DL, Ty); in getMinMaxReductionCost() 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRegisterBankInfo.cpp475 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
DTypePromotion.cpp776 Type *OrigTy = V->getType(); in TryToPromote() 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
DLoongArchISelLowering.cpp1892 Type *OrigTy) { in CC_LoongArch()
2064 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; in analyzeOutputArgs() 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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1029 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp340 Type *OrigTy = V->getType(); in canEvaluateTruncated() local

12