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

References

gen/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc
62958 /*137346*/        OPC_MorphNodeTo2, TARGET_VAL(AMDGPU::S_BFE_I64), 0,
62973 /*137377*/        OPC_MorphNodeTo2, TARGET_VAL(AMDGPU::S_BFE_I64), 0,
62989 /*137415*/        OPC_MorphNodeTo2, TARGET_VAL(AMDGPU::S_BFE_I64), 0,
63004 /*137451*/      OPC_MorphNodeTo2, TARGET_VAL(AMDGPU::S_BFE_I64), 0,
gen/lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc
58880   case AMDGPU::S_BFE_I64:
95257   { AMDGPU::S_BFE_I64, AMDGPU::S_BFE_I64_gfx6_gfx7, AMDGPU::S_BFE_I64_vi, (uint16_t)-1U, (uint16_t)-1U, (uint16_t)-1U, (uint16_t)-1U, AMDGPU::S_BFE_I64_gfx10, (uint16_t)-1U },
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1314     const unsigned BFE64 = Signed ? AMDGPU::S_BFE_I64 : AMDGPU::S_BFE_U64;
lib/Target/AMDGPU/SIInstrInfo.cpp
 4899     case AMDGPU::S_BFE_I64:
 5570   assert(Inst.getOpcode() == AMDGPU::S_BFE_I64 && BitWidth <= 32 &&