Searched refs:ConvertedInstructions (Results 1 – 1 of 1) sorted by relevance
57 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon5b8513100111::SIPeepholeSDWA1339 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()1451 Changed = !ConvertedInstructions.empty(); in run()1455 while (!ConvertedInstructions.empty()) in run()1456 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in run()