Home
last modified time | relevance | path

Searched refs:Dst0Ty (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2224 LLT Dst0Ty = MRI.getType(Unmerge.getReg(0)); in matchCombineUnmergeMergeToPlainValues() local
2225 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues()
2226 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
2280 LLT Dst0Ty = MRI.getType(MI.getOperand(0).getReg()); in matchCombineUnmergeConstant() local
2281 unsigned ShiftAmt = Dst0Ty.getSizeInBits(); in matchCombineUnmergeConstant()
2348 LLT Dst0Ty = MRI.getType(Dst0Reg); in matchCombineUnmergeZExtToZExt() local
2352 if (Dst0Ty.isVector()) in matchCombineUnmergeZExtToZExt()
2367 return ZExtSrcTy.getSizeInBits() <= Dst0Ty.getSizeInBits(); in matchCombineUnmergeZExtToZExt()
2382 LLT Dst0Ty = MRI.getType(Dst0Reg); in applyCombineUnmergeZExtToZExt() local
2385 if (Dst0Ty.getSizeInBits() > ZExtSrcTy.getSizeInBits()) { in applyCombineUnmergeZExtToZExt()
[all …]
H A DLegalizerHelper.cpp8859 auto [Dst0, Dst0Ty, Dst1, Dst1Ty, LHS, LHSTy, RHS, RHSTy] = in lowerSADDO_SSUBO()
8863 LLT Ty = Dst0Ty; in lowerSADDO_SSUBO()