Searched refs:Omod (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.h | 210 SDValue &Clamp, SDValue &Omod) const; 212 SDValue &Clamp, SDValue &Omod) const; 214 SDValue &Clamp, SDValue &Omod) const; 222 SDValue &Omod) const;
|
H A D | AMDGPUISelDAGToDAG.cpp | 2953 SDValue &Omod) const { in SelectVOP3Mods0() 2956 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3Mods0() 2963 SDValue &Omod) const { in SelectVOP3BMods0() 2966 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3BMods0() 2972 SDValue &Clamp, SDValue &Omod) const { in SelectVOP3OMods() 2977 Omod = CurDAG->getTargetConstant(0, DL, MVT::i1); in SelectVOP3OMods()
|
H A D | SIInstrInfo.cpp | 3939 const MachineOperand *Omod = getNamedOperand(MI, AMDGPU::OpName::omod); in convertToThreeAddress() local 3942 if (!Src0Mods && !Src1Mods && !Src2Mods && !Clamp && !Omod && !IsF64 && in convertToThreeAddress() 4053 .addImm(Omod ? Omod->getImm() : 0) in convertToThreeAddress()
|