Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h224 SDValue &Clamp, SDValue &Omod) const;
226 SDValue &Clamp, SDValue &Omod) const;
228 SDValue &Clamp, SDValue &Omod) const;
236 SDValue &Omod) const;
H A DAMDGPUISelDAGToDAG.cpp2667 SDValue &Omod) const { in SelectVOP3Mods0()
2670 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3Mods0()
2677 SDValue &Omod) const { in SelectVOP3BMods0()
2680 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3BMods0()
2686 SDValue &Clamp, SDValue &Omod) const { in SelectVOP3OMods()
2691 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3OMods()
H A DSIInstrInfo.cpp3478 const MachineOperand *Omod = getNamedOperand(MI, AMDGPU::OpName::omod); in convertToThreeAddress() local
3481 if (!Src0Mods && !Src1Mods && !Src2Mods && !Clamp && !Omod && !IsF64 && in convertToThreeAddress()
3589 .addImm(Omod ? Omod->getImm() : 0); in convertToThreeAddress()