Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp53 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon361dcac40111::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()