Searched refs:perfwarn (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 2186 void perfwarn(Program* program, bool cond, const char* msg, Instruction* instr = NULL); 2188 #define perfwarn(program, cond, msg, ...) \ macro
|
D | aco_optimizer.cpp | 39 perfwarn(Program* program, bool cond, const char* msg, Instruction* instr) in perfwarn() function 970 perfwarn(ctx.program, all_const, "All instruction operands are constant", instr.get()); in label_instruction() 975 perfwarn(ctx.program, is_copy && !instr->usesModifiers(), "Use p_parallelcopy instead", in label_instruction() 1072 perfwarn(ctx.program, instr->opcode == aco_opcode::v_cndmask_b32 && i == 2, in label_instruction()
|
D | README.md | 233 * `perfwarn` - Warn when sub-optimal instructions are found.
|
/third_party/mesa3d/docs/ |
D | envvars.rst | 736 ``perfwarn``
|