Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init_orc.cpp614 if (gallivm->cache->jit_obj_cache) in gallivm_free_ir()
615 lp_free_objcache(gallivm->cache->jit_obj_cache); in gallivm_free_ir()
658 if (!gallivm->cache->jit_obj_cache) { in gallivm_compile_module()
660 gallivm->cache->jit_obj_cache = (void *)objcache; in gallivm_compile_module()
662 auto *objcache = (LPObjectCacheORC *)gallivm->cache->jit_obj_cache; in gallivm_compile_module()
H A Dlp_bld_misc.h53 void *jit_obj_cache; member
H A Dlp_bld_init.c102 lp_free_objcache(gallivm->cache->jit_obj_cache); in gallivm_free_ir()
H A Dlp_bld_misc.cpp599 cache_out->jit_obj_cache = (void *)objcache; in lp_build_create_jit_compiler_for_module()