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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp91 if (!is_coalescing_payload(v->alloc, inst)) {
H A Dbrw_fs_cse.cpp109 return !is_coalescing_payload(v->alloc, inst);
H A Dbrw_ir_fs.h682 is_coalescing_payload(const brw::simple_allocator &alloc, const fs_inst *inst) function in typeref:typename:bool
H A Dbrw_fs_copy_propagation.cpp472 * temporaries which should match is_coalescing_payload().
475 (is_coalescing_payload(alloc, inst) || is_multi_copy_payload(inst)))

Completed in 5 milliseconds