Searched refs:c32_or_c64 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_insert_exec_mask.cpp | 421 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 D | aco_ir.h | 562 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 D | aco_optimizer.cpp | 778 return Operand::c32_or_c64(info.val, true);
|
| H A D | aco_instruction_selection.cpp | 11518 Operand::c32_or_c64(1u, ctx->program->wave_size == 64), first_lane);
|
Completed in 49 milliseconds