Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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
H A DAMDGPUCallLowering.cpp208 static LLT getMultipleType(LLT OrigTy, int Factor) { in getMultipleType()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A 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()
H A DDataFlowSanitizer.cpp925 Constant *DataFlowSanitizer::getZeroShadow(Type *OrigTy) { in getZeroShadow()
1095 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { in getShadowTy()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A 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
H A 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()
H A DLoadStoreOpt.cpp293 LLT OrigTy = MRI->getType(StoresToMerge[0]->getValueReg()); in mergeStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp108 IntegerType *OrigTy = nullptr; member in __anon6ce0dcb70111::IRPromoter
810 Type *OrigTy = V->getType(); in TryToPromote() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp38 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in checkPreStmt() local
/aosp_15_r20/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp992 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local
1121 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp115 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp766 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticReductionCost() local
781 EVT OrigTy = TLI->getValueType(DL, Ty); in getMinMaxReductionCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp334 const LLT OrigTy(OrigVT); in handleAssignments() local
H A DRegisterBankInfo.cpp476 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp776 Type *OrigTy = V->getType(); in TryToPromote() local
H A DRegisterBankInfo.cpp475 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp776 EVT OrigTy = cast<VTSDNode>(Op->getOperand(1))->getVT(); in ExpandSEXTINREG() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1892 Type *OrigTy) { in CC_LoongArch()
2064 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; in analyzeOutputArgs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1462 bool IsRet, Type *OrigTy) { in CC_RISCV()
1665 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; in analyzeOutputArgs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1062 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1029 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local

12