Home
last modified time | relevance | path

Searched refs:flat_store_byte (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dflat.s174 flat_store_byte v[3:4], v1 label
/external/llvm/test/CodeGen/AMDGPU/
Dflat-address-space.ll53 ; CHECK: flat_store_byte
/external/llvm/lib/Target/AMDGPU/
DCIInstructions.td138 flat<0x18>, "flat_store_byte", VGPR_32
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp343 case aco_opcode::flat_store_byte: in get_subdword_operand_stride()
419 else if (instr->opcode == aco_opcode::flat_store_byte) in add_subdword_operand()
Daco_instruction_selection.cpp6420 op = global ? aco_opcode::global_store_byte : aco_opcode::flat_store_byte; in visit_store_global()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DFLATInstructions.td388 def FLAT_STORE_BYTE : FLAT_Store_Pseudo <"flat_store_byte", VGPR_32>;