Searched refs:ConvertedInstructions (Results 1 – 1 of 1) sorted by relevance
56 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon212399250111::SIPeepholeSDWA1186 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()1287 Changed = !ConvertedInstructions.empty(); in runOnMachineFunction()1291 while (!ConvertedInstructions.empty()) in runOnMachineFunction()1292 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in runOnMachineFunction()