Home
last modified time | relevance | path

Searched refs:ConvertedInstructions (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp56 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon212399250111::SIPeepholeSDWA
1186 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()