Home
last modified time | relevance | path

Searched refs:src1_ub (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp204 uint32_t src1_ub = nir_unsigned_upper_bound(ctx->shader, ctx->range_ht, src1, &ctx->ub_config); in apply_nuw_to_ssa() local
206 !nir_addition_might_overflow(ctx->shader, ctx->range_ht, src0, src1_ub, &ctx->ub_config); in apply_nuw_to_ssa()
H A Daco_instruction_selection.cpp2262 uint32_t src1_ub = get_alu_src_ub(ctx, instr, 1);
2264 if (src0_ub <= 0xffffff && src1_ub <= 0xffffff) {
2265 bool nuw_16bit = src0_ub <= 0xffff && src1_ub <= 0xffff && src0_ub * src1_ub <= 0xffff;
2289 uint32_t src1_ub = get_alu_src_ub(ctx, instr, 1);
2292 if (src0_ub <= 0xffffff && src1_ub <= 0xffffff) {

Completed in 16 milliseconds