Home
last modified time | relevance | path

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

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