Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h222 SDValue &Clamp, SDValue &Omod) const;
224 SDValue &Clamp, SDValue &Omod) const;
226 SDValue &Clamp, SDValue &Omod) const;
234 SDValue &Omod) const;
H A DAMDGPUISelDAGToDAG.cpp2888 SDValue &Omod) const { in SelectVOP3Mods0()
2891 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3Mods0()
2898 SDValue &Omod) const { in SelectVOP3BMods0()
2901 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3BMods0()
2907 SDValue &Clamp, SDValue &Omod) const { in SelectVOP3OMods()
2912 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3OMods()
H A DSIInstrInfo.cpp3867 const MachineOperand *Omod = getNamedOperand(MI, AMDGPU::OpName::omod); in convertToThreeAddress() local
3870 if (!Src0Mods && !Src1Mods && !Src2Mods && !Clamp && !Omod && !IsF64 && in convertToThreeAddress()
3978 .addImm(Omod ? Omod->getImm() : 0); in convertToThreeAddress()