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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp421 start_exec = Operand::c32_or_c64(-1u, bld.lm == s2);
822 bld.copy(Definition(dst), Operand::c32_or_c64(1u, dst.size() == 2));
826 Operand::c32_or_c64(1u, dst.size() == 2), Operand(first_lane_idx));
H A Daco_ir.h562 static Operand c32(uint32_t v) noexcept { return c32_or_c64(v, false); }
612 static Operand c32_or_c64(uint32_t v, bool is64bit) noexcept function in class:aco::Operand
H A Daco_optimizer.cpp778 return Operand::c32_or_c64(info.val, true);
H A Daco_instruction_selection.cpp11518 Operand::c32_or_c64(1u, ctx->program->wave_size == 64), first_lane);

Completed in 49 milliseconds