Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp79 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon536d3cb50111::SIPeepholeSDWA
1146 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()
1241 Changed = !ConvertedInstructions.empty(); in runOnMachineFunction()
1245 while (!ConvertedInstructions.empty()) in runOnMachineFunction()
1246 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in runOnMachineFunction()