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

References

gen/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc
43276 /* 93582*/          OPC_MorphNodeTo0, TARGET_VAL(AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact), 0|OPFL_Chain|OPFL_MemRefs,
43391 /* 93838*/          OPC_MorphNodeTo0, TARGET_VAL(AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact), 0|OPFL_Chain|OPFL_MemRefs,
43506 /* 94094*/          OPC_MorphNodeTo0, TARGET_VAL(AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact), 0|OPFL_Chain|OPFL_MemRefs,
43621 /* 94350*/          OPC_MorphNodeTo0, TARGET_VAL(AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc
48776   case AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact:
94428   { AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact, AMDGPU::BUFFER_STORE_DWORD_OFFEN_gfx6_gfx7, AMDGPU::BUFFER_STORE_DWORD_OFFEN_vi, (uint16_t)-1U, (uint16_t)-1U, (uint16_t)-1U, (uint16_t)-1U, AMDGPU::BUFFER_STORE_DWORD_OFFEN_gfx10, (uint16_t)-1U },
gen/lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc
10582   { BUFFER_STORE_DWORDX2_OFFEN_exact, BUFFER_STORE_DWORD_OFFEN_exact, 0x2, 0x1, 0x1, 0x1 }, // 680
10591   { BUFFER_STORE_DWORDX3_OFFEN_exact, BUFFER_STORE_DWORD_OFFEN_exact, 0x3, 0x1, 0x1, 0x1 }, // 689
10600   { BUFFER_STORE_DWORDX4_OFFEN_exact, BUFFER_STORE_DWORD_OFFEN_exact, 0x4, 0x1, 0x1, 0x1 }, // 698
10609   { BUFFER_STORE_DWORD_OFFEN_exact, BUFFER_STORE_DWORD_OFFEN_exact, 0x1, 0x1, 0x1, 0x1 }, // 707
10609   { BUFFER_STORE_DWORD_OFFEN_exact, BUFFER_STORE_DWORD_OFFEN_exact, 0x1, 0x1, 0x1, 0x1 }, // 707
11479     { BUFFER_STORE_DWORD_OFFEN_exact, 0x1, 707 },
11480     { BUFFER_STORE_DWORD_OFFEN_exact, 0x2, 680 },
11481     { BUFFER_STORE_DWORD_OFFEN_exact, 0x3, 689 },
11482     { BUFFER_STORE_DWORD_OFFEN_exact, 0x4, 698 },
12371     { BUFFER_STORE_DWORD_OFFEN_exact, 707 },
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  844     unsigned Opc = Offen ? AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact :
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
 1280   unsigned Opc = AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact;
 1291     Opc = Offen ? AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact :
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  314       case AMDGPU::BUFFER_STORE_DWORD_OFFEN_exact: