Home
last modified time | relevance | path

Searched refs:c32_or_c64 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp266 start_exec = Operand::c32_or_c64(-1u, bld.lm == s2); in add_coupling_code()
684 bld.copy(Definition(dst), Operand::c32_or_c64(1u, dst.size() == 2)); in process_instructions()
688 Operand::c32_or_c64(1u, dst.size() == 2), Operand(first_lane_idx)); in process_instructions()
Daco_ir.h565 static Operand c32(uint32_t v) noexcept { return c32_or_c64(v, false); } in c32()
615 static Operand c32_or_c64(uint32_t v, bool is64bit) noexcept in c32_or_c64() function
Daco_optimizer.cpp915 return Operand::c32_or_c64(info.val, true); in get_constant_op()
Daco_instruction_selection.cpp11880 Operand::c32_or_c64(1u, ctx->program->wave_size == 64), first_lane); in ngg_emit_sendmsg_gs_alloc_req()