Home
last modified time | relevance | path

Searched refs:cache_out (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp295 struct lp_cached_code *cache_out; member in LPObjectCache
298 cache_out = cache; in LPObjectCache()
309 cache_out->data_size = Obj.getBufferSize(); in notifyObjectCompiled()
310 cache_out->data = malloc(cache_out->data_size); in notifyObjectCompiled()
311 memcpy(cache_out->data, Obj.getBufferStart(), cache_out->data_size); in notifyObjectCompiled()
315 if (cache_out->data_size) { in getObject()
316 …llvm::MemoryBuffer::getMemBuffer(llvm::StringRef((const char *)cache_out->data, cache_out->data_si… in getObject()
337 struct lp_cached_code *cache_out, in lp_build_create_jit_compiler_for_module() argument
536 if (cache_out) { in lp_build_create_jit_compiler_for_module()
537 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module()
[all …]
Dlp_bld_misc.h71 struct lp_cached_code *cache_out,