Home
last modified time | relevance | path

Searched refs:Src1Mods (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp794 unsigned Src1Mods in isClamp() local
800 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()
DSIInstrInfo.cpp1335 MachineOperand *Src1Mods = getNamedOperand(MI, Src1OpName); in swapSourceModifiers() local
1336 assert(Src1Mods && in swapSourceModifiers()
1340 int Src1ModsVal = Src1Mods->getImm(); in swapSourceModifiers()
1342 Src1Mods->setImm(Src0ModsVal); in swapSourceModifiers()
2254 const MachineOperand *Src1Mods = in convertToThreeAddress() local
2260 if (!IsFMA && !Src0Mods && !Src1Mods && !Clamp && !Omod && in convertToThreeAddress()
2298 .addImm(Src1Mods ? Src1Mods->getImm() : 0) in convertToThreeAddress()
DAMDGPUISelDAGToDAG.cpp1734 unsigned Src0Mods, Src1Mods, Src2Mods; in SelectFMAD_FMA() local
1739 bool Sel1 = SelectVOP3PMadMixModsImpl(Src1, Src1, Src1Mods); in SelectFMAD_FMA()
1752 CurDAG->getTargetConstant(Src1Mods, SDLoc(), MVT::i32), Src1, in SelectFMAD_FMA()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp991 MachineOperand *Src1Mods = in commuteInstructionImpl() local
995 if (!Src1Mods && Src0ModsVal != 0) in commuteInstructionImpl()
1000 int Src1ModsVal = Src1Mods->getImm(); in commuteInstructionImpl()
1003 Src1Mods->setImm(Src0ModsVal); in commuteInstructionImpl()