Searched refs:perfwarn (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1756 void perfwarn(Program *program, bool cond, const char *msg, Instruction *instr=NULL); 1758 #define perfwarn(program, cond, msg, ...) do {} while(0) macro
|
D | aco_optimizer.cpp | 39 void perfwarn(Program *program, bool cond, const char *msg, Instruction *instr) in perfwarn() function 822 perfwarn(ctx.program, all_const, "All instruction operands are constant", instr.get()); in label_instruction() 827 …perfwarn(ctx.program, is_copy && !instr->usesModifiers(), "Use p_parallelcopy instead", instr.get(… in label_instruction() 946 …perfwarn(ctx.program, instr->opcode == aco_opcode::v_cndmask_b32 && i == 2, "v_cndmask_b32 with a … in label_instruction()
|
D | README.md | 233 * `perfwarn` - Warn when sub-optimal instructions are found.
|
/external/mesa3d/docs/ |
D | envvars.rst | 641 ``perfwarn``
|