Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp54 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon5fa22ca70111::SIPeepholeSDWA
1138 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()
1233 Changed = !ConvertedInstructions.empty(); in runOnMachineFunction()
1237 while (!ConvertedInstructions.empty()) in runOnMachineFunction()
1238 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in runOnMachineFunction()