Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp53 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon082413db0111::SIPeepholeSDWA
1148 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()
1243 Changed = !ConvertedInstructions.empty(); in runOnMachineFunction()
1247 while (!ConvertedInstructions.empty()) in runOnMachineFunction()
1248 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in runOnMachineFunction()