Searched refs:v_or_b32 (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/AMDGPU/ |
D | unaligned-load-store.ll | 104 ; SI-NOT: v_or_b32 107 ; SI-NOT: v_or_b32 111 ; SI-NOT: v_or_b32 115 ; SI-NOT: v_or_b32 119 ; SI-NOT: v_or_b32 123 ; SI-NOT: v_or_b32 127 ; SI-NOT: v_or_b32 131 ; SI-NOT: v_or_b32 151 ; SI-NOT: v_or_b32 154 ; SI-NOT: v_or_b32 [all …]
|
D | rotl.i64.ll | 26 ; BOTH: v_or_b32 27 ; BOTH: v_or_b32
|
D | rotr.i64.ll | 25 ; BOTH: v_or_b32 26 ; BOTH: v_or_b32
|
D | copy-illegal-type.ll | 60 ; SI: v_or_b32 78 ; SI-DAG: v_or_b32
|
D | cvt_f32_ubyte.ll | 69 ; SI-DAG: v_or_b32
|
D | indirect-addressing-si.ll | 22 ; XXX: Could do v_or_b32 directly
|
/external/llvm/test/MC/AMDGPU/ |
D | vop2.s | 231 v_or_b32 v1, v2, v3 label
|
D | vop_dpp.s | 414 v_or_b32 v1, v2, v3 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 421 v_or_b32 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 label
|
/external/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 163 case ior32: return aco_opcode::v_or_b32; in get_reduce_opcode() 231 bld.vop2_dpp(aco_opcode::v_or_b32, dst[0], src0[0], src1[0], in emit_int64_dpp_op() 233 bld.vop2_dpp(aco_opcode::v_or_b32, dst[1], src0[1], src1[1], in emit_int64_dpp_op() 344 bld.vop2(aco_opcode::v_or_b32, dst[0], src0[0], src1[0]); in emit_int64_op() 345 bld.vop2(aco_opcode::v_or_b32, dst[1], src0[1], src1[1]); in emit_int64_op() 1045 bld.vop2(aco_opcode::v_or_b32, dst, Operand(op.constantValue() << offset), def_op); in copy_constant() 1257 bld.vop2(aco_opcode::v_or_b32, def, Operand(lo.constantValue()), Operand(def.physReg(), v1)); in do_pack_2x16() 1266 …bld.vop2(aco_opcode::v_or_b32, def, Operand(hi.constantValue() << 16u), Operand(def.physReg(), v1)… in do_pack_2x16()
|
D | aco_optimizer.cpp | 547 case aco_opcode::v_or_b32: in can_swap_operands() 1322 instr->opcode = aco_opcode::v_or_b32; in label_instruction() 1453 case aco_opcode::v_or_b32: in label_instruction() 2851 } else if (instr->opcode == aco_opcode::v_or_b32 && ctx.program->chip_class >= GFX9) { in combine_instruction() 2853 …else if (combine_three_valu_op(ctx, instr, aco_opcode::v_or_b32, aco_opcode::v_or3_b32, "012", 1 |… in combine_instruction()
|
D | aco_instruction_selection.cpp | 1371 emit_vop2_instruction(ctx, instr, aco_opcode::v_or_b32, dst, true); in visit_alu_instr() 1373 emit_vop2_instruction_logic64(ctx, instr, aco_opcode::v_or_b32, dst); in visit_alu_instr() 2389 mantissa = bld.vop2(aco_opcode::v_or_b32, bld.def(v1), Operand(0x800000u), mantissa); in visit_alu_instr() 2466 mantissa = bld.vop2(aco_opcode::v_or_b32, bld.def(v1), Operand(0x800000u), mantissa); in visit_alu_instr() 7869 … bld.vop2(aco_opcode::v_or_b32, Definition(get_ssa_temp(ctx, &instr->dest.ssa)), tg_num, id); in visit_intrinsic() 8802 pack = bld.vop2(aco_opcode::v_or_b32, bld.def(v1), pack, acc); in visit_tex() 8807 pack = bld.sop2(aco_opcode::v_or_b32, bld.def(v1), Operand(pack_const), pack); in visit_tex() 10193 out = bld.vop2(aco_opcode::v_or_b32, bld.def(v1), Operand(out), exp->operands[2]); in export_vs_psiz_layer_viewport()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP2Instructions.td | 484 defm V_OR_B32 : VOP2Inst <"v_or_b32", VOP_PAT_GEN<VOP_I32_I32_I32>, or>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 1547 defm V_OR_B32 : VOP2Inst <vop2<0x1c, 0x14>, "v_or_b32", VOP_I32_I32_I32>;
|