Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_interface.cpp70 uint64_t exclude = aco::DEBUG_VALIDATE_IR | aco::DEBUG_VALIDATE_RA | aco::DEBUG_PERFWARN | in aco_get_codegen_flags()
Daco_ir.cpp39 {"perfwarn", DEBUG_PERFWARN},
Daco_ir.h49 DEBUG_PERFWARN = 0x4, enumerator
Daco_optimizer.cpp55 if (debug_flags & DEBUG_PERFWARN) in perfwarn()