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

References

gen/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc
54588 /*119650*/            OPC_MorphNodeTo2, TARGET_VAL(AMDGPU::S_OR_B64), 0,
54635 /*119775*/            OPC_MorphNodeTo2, TARGET_VAL(AMDGPU::S_OR_B64), 0,
gen/lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc
58910   case AMDGPU::S_OR_B64:
95485   { AMDGPU::S_OR_B64, AMDGPU::S_OR_B64_gfx6_gfx7, AMDGPU::S_OR_B64_vi, (uint16_t)-1U, (uint16_t)-1U, (uint16_t)-1U, (uint16_t)-1U, AMDGPU::S_OR_B64_gfx10, (uint16_t)-1U },
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  254     return Is64 ? AMDGPU::S_OR_B64 : AMDGPU::S_OR_B32;
lib/Target/AMDGPU/SIInstrInfo.cpp
 4851     case AMDGPU::S_OR_B64:
lib/Target/AMDGPU/SILowerControlFlow.cpp
  515     OrOpc = AMDGPU::S_OR_B64;
  558       case AMDGPU::S_OR_B64:
lib/Target/AMDGPU/SILowerI1Copies.cpp
  475     OrOp = AMDGPU::S_OR_B64;
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
  102   case AMDGPU::S_OR_B64:
  142   case AMDGPU::S_OR_B64:
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
   92   return MI.getOpcode() == AMDGPU::S_OR_B64 &&