reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
 2384     Mods |= SISrcMods::NEG;
 2465     Mods ^= (SISrcMods::NEG | SISrcMods::NEG_HI);
 2477       Mods ^= SISrcMods::NEG;
 2578       if ((ModsTmp & SISrcMods::NEG) != 0)
 2579         Mods ^= SISrcMods::NEG;
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1787     Mods |= SISrcMods::NEG;
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  107       Operand |= Neg ? SISrcMods::NEG : 0u;
 6373       ModVal |= SISrcMods::NEG;
lib/Target/AMDGPU/GCNDPPCombine.cpp
  196       assert(0LL == (Mod0->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)));
  219       assert(0LL == (Mod1->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)));
  493       const int64_t Mask = ~(SISrcMods::ABS | SISrcMods::NEG);
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  631   if (InputModifiers & SISrcMods::NEG) {
 1024   printPackedModifier(MI, " neg_lo:[", SISrcMods::NEG, O);
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  351     Mods ^= Neg ? SISrcMods::NEG : 0u;