Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h219 SDValue &Clamp, SDValue &Omod) const;
221 SDValue &Clamp, SDValue &Omod) const;
223 SDValue &Clamp, SDValue &Omod) const;
231 SDValue &Omod) const;
H A DAMDGPUISelDAGToDAG.cpp2668 SDValue &Omod) const { in SelectVOP3Mods0()
2671 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3Mods0()
2678 SDValue &Omod) const { in SelectVOP3BMods0()
2681 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3BMods0()
2687 SDValue &Clamp, SDValue &Omod) const { in SelectVOP3OMods()
2692 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3OMods()
H A DSIInstrInfo.cpp3337 const MachineOperand *Omod = getNamedOperand(MI, AMDGPU::OpName::omod); in convertToThreeAddress() local
3339 if (!Src0Mods && !Src1Mods && !Src2Mods && !Clamp && !Omod && !IsF64 && in convertToThreeAddress()
3444 .addImm(Omod ? Omod->getImm() : 0); in convertToThreeAddress()