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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 2005     Opcode = TargetOpcode::G_ATOMICRMW_OR;
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  853   return buildAtomicRMW(TargetOpcode::G_ATOMICRMW_OR, OldValRes, Addr, Val,
lib/Target/AArch64/AArch64LegalizerInfo.cpp
  455          G_ATOMICRMW_OR, G_ATOMICRMW_XOR, G_ATOMICRMW_MIN, G_ATOMICRMW_MAX,
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1733   case TargetOpcode::G_ATOMICRMW_OR:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  849      G_ATOMICRMW_AND, G_ATOMICRMW_OR, G_ATOMICRMW_XOR,