Home
last modified time | relevance | path

Searched refs:Src0Mods (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.cpp1286 unsigned Src0Mods in isClamp() local
1295 if (Src0Mods != UnsetMods && Src1Mods != UnsetMods) in isClamp()
DSIInstrInfo.cpp1635 MachineOperand *Src0Mods = getNamedOperand(MI, Src0OpName); in swapSourceModifiers() local
1636 if (!Src0Mods) in swapSourceModifiers()
1643 int Src0ModsVal = Src0Mods->getImm(); in swapSourceModifiers()
1647 Src0Mods->setImm(Src1ModsVal); in swapSourceModifiers()
2653 const MachineOperand *Src0Mods = in convertToThreeAddress() local
2662 if (!Src0Mods && !Src1Mods && !Clamp && !Omod && in convertToThreeAddress()
2708 .addImm(Src0Mods ? Src0Mods->getImm() : 0) in convertToThreeAddress()
DAMDGPUISelDAGToDAG.cpp2116 unsigned Src0Mods, Src1Mods, Src2Mods; in SelectFMAD_FMA() local
2120 bool Sel0 = SelectVOP3PMadMixModsImpl(Src0, Src0, Src0Mods); in SelectFMAD_FMA()
2133 CurDAG->getTargetConstant(Src0Mods, SDLoc(), MVT::i32), Src0, in SelectFMAD_FMA()