Home
last modified time | relevance | path

Searched refs:flat_store_short (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dflat.s178 flat_store_short v[3:4], v1 label
/external/llvm/test/CodeGen/AMDGPU/
Dflat-address-space.ll44 ; CHECK: flat_store_short
Dload-constant-i8.ll434 ; GCN-HSA: flat_store_short v{{\[[0-9]+:[0-9]+\]}}, v[[VAL]]
447 ; GCN-HSA: flat_store_short v{{\[[0-9]+:[0-9]+\]}}, v[[VAL]]
Dload-global-i8.ll431 ; GCN-HSA: flat_store_short v{{\[[0-9]+:[0-9]+\]}}, v[[VAL]]
444 ; GCN-HSA: flat_store_short v{{\[[0-9]+:[0-9]+\]}}, v[[VAL]]
/external/llvm/lib/Target/AMDGPU/
DCIInstructions.td141 flat <0x1a>, "flat_store_short", VGPR_32
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp344 case aco_opcode::flat_store_short: in get_subdword_operand_stride()
421 else if (instr->opcode == aco_opcode::flat_store_short) in add_subdword_operand()
Daco_instruction_selection.cpp6423 op = global ? aco_opcode::global_store_short : aco_opcode::flat_store_short; in visit_store_global()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DFLATInstructions.td389 def FLAT_STORE_SHORT : FLAT_Store_Pseudo <"flat_store_short", VGPR_32>;