HomeSort by: relevance | last modified time | path
    Searched refs:label_extract (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp 121 label_extract = 1ull << 33, enumerator in enum:aco::Label
128 label_uniform_bitwise | label_minmax | label_vopc | label_usedef | label_extract | label_dpp;
444 add_label(label_extract);
448 bool is_extract() { return label & label_extract; }
902 info.label &= ~label_extract;
1708 /* Don't remove label_extract if we can't apply the extract to
2788 if ((ctx.info[sgpr.id()].label & (label_extract | label_temp)) &&
3245 * label_extract if not all instructions can take SDWA. */
3256 info.label &= ~label_extract;

Completed in 6 milliseconds