Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h206 SDValue &Clamp, SDValue &Omod) const;
208 SDValue &Clamp, SDValue &Omod) const;
210 SDValue &Clamp, SDValue &Omod) const;
218 SDValue &Omod) const;
H A DAMDGPUISelDAGToDAG.cpp3115 SDValue &Omod) const { in SelectVOP3Mods0()
3118 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3Mods0()
3125 SDValue &Omod) const { in SelectVOP3BMods0()
3128 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3BMods0()
3134 SDValue &Clamp, SDValue &Omod) const { in SelectVOP3OMods()
3139 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3OMods()
H A DSIInstrInfo.cpp4091 const MachineOperand *Omod = getNamedOperand(MI, AMDGPU::OpName::omod); in convertToThreeAddress() local
4094 if (!Src0Mods && !Src1Mods && !Src2Mods && !Clamp && !Omod && !IsLegacy && in convertToThreeAddress()
4213 .addImm(Omod ? Omod->getImm() : 0) in convertToThreeAddress()