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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5526 nir_const_value* index_cv = nir_src_as_const_value(instr->src[0]); local in function:aco::__anon562fcc110110::visit_load_push_constant
5528 if (index_cv && instr->dest.ssa.bit_size == 32) {
5531 unsigned start = (offset + index_cv->u32) / 4u;
5560 aligned = index_cv && (offset + index_cv->u32) % 4 == 0;
5561 bool fits_in_dword = count == 1 || (index_cv && ((offset + index_cv->u32) % 4 + count) <= 4);
5565 aligned = index_cv && (offset + index_cv->u32) % 4 == 0;
5591 Operand byte_offset = index_cv
[all...]

Completed in 15 milliseconds