Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.h48 #define GALLIVM_DEBUG_DUMP_BC (1 << 9) macro
Dlp_bld_misc.cpp138 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in init_native_targets()
680 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
718 if (gallivm_debug & (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) { in lp_build_create_jit_compiler_for_module()
Dlp_bld_init.c73 { "dumpbc", GALLIVM_DEBUG_DUMP_BC, NULL },
602 if (gallivm_debug & GALLIVM_DEBUG_DUMP_BC) { in gallivm_compile_module()