Searched refs:Src0Mods (Results 1 – 3 of 3) sorted by relevance
1286 unsigned Src0Mods in isClamp() local1295 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()
1635 MachineOperand *Src0Mods = getNamedOperand(MI, Src0OpName); in swapSourceModifiers() local1636 if (!Src0Mods) in swapSourceModifiers()1643 int Src0ModsVal = Src0Mods->getImm(); in swapSourceModifiers()1647 Src0Mods->setImm(Src1ModsVal); in swapSourceModifiers()2653 const MachineOperand *Src0Mods = in convertToThreeAddress() local2662 if (!Src0Mods && !Src1Mods && !Clamp && !Omod && in convertToThreeAddress()2708 .addImm(Src0Mods ? Src0Mods->getImm() : 0) in convertToThreeAddress()
2116 unsigned Src0Mods, Src1Mods, Src2Mods; in SelectFMAD_FMA() local2120 bool Sel0 = SelectVOP3PMadMixModsImpl(Src0, Src0, Src0Mods); in SelectFMAD_FMA()2133 CurDAG->getTargetConstant(Src0Mods, SDLoc(), MVT::i32), Src0, in SelectFMAD_FMA()