Lines Matching refs:MatchInfo
85 bool matchIntMinMaxToMed3(MachineInstr &MI, Med3MatchInfo &MatchInfo) const;
86 bool matchFPMinMaxToMed3(MachineInstr &MI, Med3MatchInfo &MatchInfo) const;
89 void applyMed3(MachineInstr &MI, Med3MatchInfo &MatchInfo) const;
193 MachineInstr &MI, Med3MatchInfo &MatchInfo) const { in matchIntMinMaxToMed3()
215 MatchInfo = {OpcodeTriple.Med, Val, K0->VReg, K1->VReg}; in matchIntMinMaxToMed3()
238 MachineInstr &MI, Med3MatchInfo &MatchInfo) const { in matchFPMinMaxToMed3()
268 MatchInfo = {OpcodeTriple.Med, Val, K0->VReg, K1->VReg}; in matchFPMinMaxToMed3()
359 Med3MatchInfo &MatchInfo) const { in applyMed3()
360 B.buildInstr(MatchInfo.Opc, {MI.getOperand(0)}, in applyMed3()
361 {getAsVgpr(MatchInfo.Val0), getAsVgpr(MatchInfo.Val1), in applyMed3()
362 getAsVgpr(MatchInfo.Val2)}, in applyMed3()