Searched refs:Src1Mods (Results 1 – 4 of 4) sorted by relevance
794 unsigned Src1Mods in isClamp() local800 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()
1335 MachineOperand *Src1Mods = getNamedOperand(MI, Src1OpName); in swapSourceModifiers() local1336 assert(Src1Mods && in swapSourceModifiers()1340 int Src1ModsVal = Src1Mods->getImm(); in swapSourceModifiers()1342 Src1Mods->setImm(Src0ModsVal); in swapSourceModifiers()2254 const MachineOperand *Src1Mods = in convertToThreeAddress() local2260 if (!IsFMA && !Src0Mods && !Src1Mods && !Clamp && !Omod && in convertToThreeAddress()2298 .addImm(Src1Mods ? Src1Mods->getImm() : 0) in convertToThreeAddress()
1734 unsigned Src0Mods, Src1Mods, Src2Mods; in SelectFMAD_FMA() local1739 bool Sel1 = SelectVOP3PMadMixModsImpl(Src1, Src1, Src1Mods); in SelectFMAD_FMA()1752 CurDAG->getTargetConstant(Src1Mods, SDLoc(), MVT::i32), Src1, in SelectFMAD_FMA()
991 MachineOperand *Src1Mods = in commuteInstructionImpl() local995 if (!Src1Mods && Src0ModsVal != 0) in commuteInstructionImpl()1000 int Src1ModsVal = Src1Mods->getImm(); in commuteInstructionImpl()1003 Src1Mods->setImm(Src0ModsVal); in commuteInstructionImpl()