Lines Matching refs:LegalizerHelper
1102 LegalizerHelper Helper(*MF, ApplyBank, B); in applyMappingLoad()
1106 LegalizerHelper::Legalized) in applyMappingLoad()
1147 LegalizerHelper Helper(B.getMF(), Observer, B); in applyMappingLoad()
1150 if (Helper.fewerElementsVector(MI, 0, LoadSplitTy) != LegalizerHelper::Legalized) in applyMappingLoad()
1153 if (Helper.narrowScalar(MI, 0, LoadSplitTy) != LegalizerHelper::Legalized) in applyMappingLoad()
2160 LegalizerHelper Helper(*MF, ApplyBank, B); in applyMappingImpl()
2162 if (Helper.widenScalar(MI, 0, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2304 LegalizerHelper Helper(*MF, ApplyBank, B); in applyMappingImpl()
2307 LegalizerHelper::Legalized) in applyMappingImpl()
2364 LegalizerHelper Helper(*MF, Apply, B); in applyMappingImpl()
2366 if (Helper.lowerAbsToMaxNeg(MI) != LegalizerHelper::Legalized) in applyMappingImpl()
2415 LegalizerHelper Helper(*MF, ApplySALU, B); in applyMappingImpl()
2417 if (Helper.widenScalar(MI, 0, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2424 if (Helper.widenScalar(MI, 1, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2486 LegalizerHelper Helper(MF, ApplyVALU, B); in applyMappingImpl()
2488 if (Helper.narrowScalar(MI, 1, S32) != LegalizerHelper::Legalized) in applyMappingImpl()