Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp3033 Temp dst_hint);
3292 Temp dst_hint) in lds_load_callback() argument
3343 Temp val = rc == info.dst.regClass() && dst_hint.id() ? dst_hint : bld.tmp(rc); in lds_load_callback()
3362 Temp dst_hint) in smem_load_callback() argument
3391 Temp val = dst_hint.id() && dst_hint.regClass() == rc ? dst_hint : bld.tmp(rc); in smem_load_callback()
3405 Temp dst_hint) in mubuf_load_callback() argument
3449 Temp val = dst_hint.id() && rc == dst_hint.regClass() ? dst_hint : bld.tmp(rc); in mubuf_load_callback()
3472 Temp dst_hint) in global_load_callback() argument
3498 Temp val = dst_hint.id() && rc == dst_hint.regClass() ? dst_hint : bld.tmp(rc); in global_load_callback()