Lines Matching refs:getConstantVRegValWithLookThrough

1182   auto ValVRegAndVal = getConstantVRegValWithLookThrough(Val, MRI);  in getMemsetValue()
1235 auto ValVRegAndVal = getConstantVRegValWithLookThrough(Val, MRI); in optimizeMemset()
1336 auto LenVRegAndVal = getConstantVRegValWithLookThrough(Len, MRI); in tryEmitMemcpyInline()
1597 auto LenVRegAndVal = getConstantVRegValWithLookThrough(Len, MRI); in tryCombineMemCpyFamily()
1709 auto MaybeImmVal = getConstantVRegValWithLookThrough(Imm1, MRI); in matchPtrAddImmedChain()
1726 auto MaybeImm2Val = getConstantVRegValWithLookThrough(Imm2, MRI); in matchPtrAddImmedChain()
1765 auto MaybeImmVal = getConstantVRegValWithLookThrough(Imm1, MRI); in matchShiftImmedChain()
1775 auto MaybeImm2Val = getConstantVRegValWithLookThrough(Imm2, MRI); in matchShiftImmedChain()
1859 auto MaybeImmVal = getConstantVRegValWithLookThrough(C1, MRI); in matchShiftOfShiftedLogic()
1873 getConstantVRegValWithLookThrough(MI->getOperand(2).getReg(), MRI); in matchShiftOfShiftedLogic()
1945 getConstantVRegValWithLookThrough(MI.getOperand(2).getReg(), MRI); in matchCombineMulToShl()
1980 auto MaybeShiftAmtVal = getConstantVRegValWithLookThrough(RHS, MRI); in matchCombineShlOfExtend()
2244 getConstantVRegValWithLookThrough(MI.getOperand(2).getReg(), MRI); in matchCombineShiftToUnmerge()
2649 getConstantVRegValWithLookThrough(MI.getOperand(1).getReg(), MRI)) { in matchConstantSelectCmp()
2737 auto ValAndVReg = getConstantVRegValWithLookThrough(MOP.getReg(), MRI); in matchConstantOp()
3847 auto Cst = getConstantVRegValWithLookThrough(MI.getOperand(2).getReg(), MRI); in matchExtractVecEltBuildVec()