Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp927 … offset, Definition *def, Operand *op, const copy_operation& src, bool ignore_uses, unsigned max_s… in split_copy() argument
944 for (unsigned i = 0; !ignore_uses && can_increase && (i < bytes); i++) in split_copy()
Daco_optimizer.cpp1599 Instruction *follow_operand(opt_ctx &ctx, Operand op, bool ignore_uses=false) in follow_operand() argument
1603 if (!ignore_uses && ctx.uses[op.tempId()] > 1) in follow_operand()