Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp792 unsigned Src0Mods in isClamp() local
800 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()
DSIInstrInfo.cpp1331 MachineOperand *Src0Mods = getNamedOperand(MI, Src0OpName); in swapSourceModifiers() local
1332 if (!Src0Mods) in swapSourceModifiers()
1339 int Src0ModsVal = Src0Mods->getImm(); in swapSourceModifiers()
1343 Src0Mods->setImm(Src1ModsVal); in swapSourceModifiers()
2251 const MachineOperand *Src0Mods = in convertToThreeAddress() local
2260 if (!IsFMA && !Src0Mods && !Src1Mods && !Clamp && !Omod && in convertToThreeAddress()
2296 .addImm(Src0Mods ? Src0Mods->getImm() : 0) in convertToThreeAddress()
DAMDGPUISelDAGToDAG.cpp1734 unsigned Src0Mods, Src1Mods, Src2Mods; in SelectFMAD_FMA() local
1738 bool Sel0 = SelectVOP3PMadMixModsImpl(Src0, Src0, Src0Mods); in SelectFMAD_FMA()
1751 CurDAG->getTargetConstant(Src0Mods, SDLoc(), MVT::i32), Src0, in SelectFMAD_FMA()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp989 if (MachineOperand *Src0Mods = in commuteInstructionImpl() local
994 int Src0ModsVal = Src0Mods->getImm(); in commuteInstructionImpl()
1004 Src0Mods->setImm(Src1ModsVal); in commuteInstructionImpl()