Searched refs:Src0Mods (Results 1 – 4 of 4) sorted by relevance
792 unsigned Src0Mods in isClamp() local800 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()
1331 MachineOperand *Src0Mods = getNamedOperand(MI, Src0OpName); in swapSourceModifiers() local1332 if (!Src0Mods) in swapSourceModifiers()1339 int Src0ModsVal = Src0Mods->getImm(); in swapSourceModifiers()1343 Src0Mods->setImm(Src1ModsVal); in swapSourceModifiers()2251 const MachineOperand *Src0Mods = in convertToThreeAddress() local2260 if (!IsFMA && !Src0Mods && !Src1Mods && !Clamp && !Omod && in convertToThreeAddress()2296 .addImm(Src0Mods ? Src0Mods->getImm() : 0) in convertToThreeAddress()
1734 unsigned Src0Mods, Src1Mods, Src2Mods; in SelectFMAD_FMA() local1738 bool Sel0 = SelectVOP3PMadMixModsImpl(Src0, Src0, Src0Mods); in SelectFMAD_FMA()1751 CurDAG->getTargetConstant(Src0Mods, SDLoc(), MVT::i32), Src0, in SelectFMAD_FMA()
989 if (MachineOperand *Src0Mods = in commuteInstructionImpl() local994 int Src0ModsVal = Src0Mods->getImm(); in commuteInstructionImpl()1004 Src0Mods->setImm(Src1ModsVal); in commuteInstructionImpl()