Home
last modified time | relevance | path

Searched refs:GALLIVM_DEBUG_DUMP_BC (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp134 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in init_native_targets()
478 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
542 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
Dlp_bld_debug.h44 #define GALLIVM_DEBUG_DUMP_BC (1 << 5) macro
Dlp_bld_init.c78 { "dumpbc", GALLIVM_DEBUG_DUMP_BC, NULL },
603 if (gallivm_debug & GALLIVM_DEBUG_DUMP_BC) { in gallivm_compile_module()