Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp972 const copy_operation& src, bool ignore_uses, unsigned max_size) in split_copy() argument
992 for (unsigned i = 0; !ignore_uses && can_increase && (i < bytes); i++) in split_copy()
Daco_optimizer.cpp2077 follow_operand(opt_ctx& ctx, Operand op, bool ignore_uses = false) in follow_operand() argument
2081 if (!ignore_uses && ctx.uses[op.tempId()] > 1) in follow_operand()