Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp605 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module() local
606 JIT->setObjectCache(objcache); in lp_build_create_jit_compiler_for_module()
607 cache_out->jit_obj_cache = (void *)objcache; in lp_build_create_jit_compiler_for_module()
652 LPObjectCache *objcache = (LPObjectCache *)objcache_ptr; in lp_free_objcache() local
653 delete objcache; in lp_free_objcache()
Dlp_bld_init_orc.cpp262 static void set_object_cache(llvm::ObjectCache *objcache) { in set_object_cache() argument
266 sc.setObjectCache(objcache); in set_object_cache()
659 LPObjectCacheORC *objcache = new LPObjectCacheORC(gallivm->cache); in gallivm_compile_module() local
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() local
663 LPJit::set_object_cache(objcache); in gallivm_compile_module()
Dlp_bld_misc.h95 lp_free_objcache(void *objcache);