Home
last modified time | relevance | path

Searched refs:perfwarn (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h2186 void perfwarn(Program* program, bool cond, const char* msg, Instruction* instr = NULL);
2188 #define perfwarn(program, cond, msg, ...) \ macro
Daco_optimizer.cpp39 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()
DREADME.md233 * `perfwarn` - Warn when sub-optimal instructions are found.
/third_party/mesa3d/docs/
Denvvars.rst736 ``perfwarn``