Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp54 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon0f4c5ec60111::SIPeepholeSDWA
1142 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()
1237 Changed = !ConvertedInstructions.empty(); in runOnMachineFunction()
1241 while (!ConvertedInstructions.empty()) in runOnMachineFunction()
1242 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in runOnMachineFunction()