Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp1288 unsigned Src1Mods in isClamp() local
1295 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()
DSIInstrInfo.cpp1639 MachineOperand *Src1Mods = getNamedOperand(MI, Src1OpName); in swapSourceModifiers() local
1640 assert(Src1Mods && in swapSourceModifiers()
1644 int Src1ModsVal = Src1Mods->getImm(); in swapSourceModifiers()
1646 Src1Mods->setImm(Src0ModsVal); in swapSourceModifiers()
2656 const MachineOperand *Src1Mods = in convertToThreeAddress() local
2662 if (!Src0Mods && !Src1Mods && !Clamp && !Omod && in convertToThreeAddress()
2710 .addImm(Src1Mods ? Src1Mods->getImm() : 0) in convertToThreeAddress()
DAMDGPUISelDAGToDAG.cpp2116 unsigned Src0Mods, Src1Mods, Src2Mods; in SelectFMAD_FMA() local
2121 bool Sel1 = SelectVOP3PMadMixModsImpl(Src1, Src1, Src1Mods); in SelectFMAD_FMA()
2134 CurDAG->getTargetConstant(Src1Mods, SDLoc(), MVT::i32), Src1, in SelectFMAD_FMA()