Searched refs:ConvertedInstructions (Results 1 – 1 of 1) sorted by relevance
79 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon536d3cb50111::SIPeepholeSDWA1146 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()1241 Changed = !ConvertedInstructions.empty(); in runOnMachineFunction()1245 while (!ConvertedInstructions.empty()) in runOnMachineFunction()1246 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in runOnMachineFunction()