Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp66 class SDWADstOperand;
168 class SDWADstOperand : public SDWAOperand { class
175 SDWADstOperand(MachineOperand *TargetOp, MachineOperand *ReplacedOp, in SDWADstOperand() function in __anone0fc5f2a0111::SDWADstOperand
190 class SDWADstPreserveOperand : public SDWADstOperand {
197 : SDWADstOperand(TargetOp, ReplacedOp, DstSel_, UNUSED_PRESERVE), in SDWADstPreserveOperand()
259 void SDWADstOperand::print(raw_ostream& OS) const { in print()
440 MachineInstr *SDWADstOperand::potentialToConvert(const SIInstrInfo *TII) { in potentialToConvert()
459 bool SDWADstOperand::convertToSDWA(MachineInstr &MI, const SIInstrInfo *TII) { in convertToSDWA()
514 return SDWADstOperand::convertToSDWA(MI, TII); in convertToSDWA()
578 return make_unique<SDWADstOperand>( in matchSDWAOperand()
[all …]