Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp57 SmallVector<MachineInstr *, 8> ConvertedInstructions; member in __anon5b8513100111::SIPeepholeSDWA
1339 ConvertedInstructions.push_back(SDWAInst); in convertToSDWA()
1451 Changed = !ConvertedInstructions.empty(); in run()
1455 while (!ConvertedInstructions.empty()) in run()
1456 legalizeScalarOperands(*ConvertedInstructions.pop_back_val(), ST); in run()