Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp236 SDValue &Clamp, SDValue &Omod) const;
238 SDValue &Clamp, SDValue &Omod) const;
240 SDValue &Clamp, SDValue &Omod) const;
243 SDValue &Clamp, SDValue &Omod) const;
2719 SDValue &Omod) const { in SelectVOP3Mods0()
2722 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3Mods0()
2729 SDValue &Omod) const { in SelectVOP3BMods0()
2732 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3BMods0()
2738 SDValue &Clamp, SDValue &Omod) const { in SelectVOP3OMods()
2743 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3OMods()
H A DSIInstrInfo.cpp3093 const MachineOperand *Omod = getNamedOperand(MI, AMDGPU::OpName::omod); in convertToThreeAddress() local
3096 if (!Src0Mods && !Src1Mods && !Clamp && !Omod && !IsF64 && in convertToThreeAddress()
3160 .addImm(Omod ? Omod->getImm() : 0); in convertToThreeAddress()