Home
last modified time | relevance | path

Searched refs:clear_cache (Results 1 – 25 of 67) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dclear-cache.ll6 ; CHECK: LLVM ERROR: llvm.clear_cache is not supported on wasm
7 define void @clear_cache(i8* %begin, i8* %end) {
9 call void @llvm.clear_cache(i8* %begin, i8* %end)
13 declare void @llvm.clear_cache(i8*, i8*)
/external/mesa3d/src/mesa/program/
Dprog_cache.c110 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, in clear_cache() function
160 clear_cache(ctx, cache, GL_FALSE); in _mesa_delete_program_cache()
169 clear_cache(ctx, cache, GL_TRUE); in _mesa_delete_shader_cache()
224 clear_cache(ctx, cache, GL_FALSE); in _mesa_program_cache_insert()
253 clear_cache(ctx, cache, GL_TRUE); in _mesa_shader_cache_insert()
/external/llvm/test/CodeGen/ARM/
Dcache-intrinsic.ll15 …call void @llvm.clear_cache(i8* getelementptr inbounds ([32 x i8], [32 x i8]* @buffer, i32 0, i32 …
26 declare void @llvm.clear_cache(i8*, i8*)
/external/llvm-project/llvm/test/CodeGen/Mips/
Dcache-intrinsic.ll15 …call void @llvm.clear_cache(i8* getelementptr inbounds ([32 x i8], [32 x i8]* @buffer, i32 0, i32 …
26 declare void @llvm.clear_cache(i8*, i8*)
/external/llvm-project/llvm/test/CodeGen/X86/
Dcache-intrinsic.ll15 …call void @llvm.clear_cache(i8* getelementptr inbounds ([32 x i8], [32 x i8]* @buffer, i32 0, i32 …
26 declare void @llvm.clear_cache(i8*, i8*)
/external/llvm/test/CodeGen/Mips/
Dcache-intrinsic.ll15 …call void @llvm.clear_cache(i8* getelementptr inbounds ([32 x i8], [32 x i8]* @buffer, i32 0, i32 …
26 declare void @llvm.clear_cache(i8*, i8*)
/external/llvm-project/llvm/test/CodeGen/ARM/
Dcache-intrinsic.ll15 …call void @llvm.clear_cache(i8* getelementptr inbounds ([32 x i8], [32 x i8]* @buffer, i32 0, i32 …
26 declare void @llvm.clear_cache(i8*, i8*)
/external/llvm/test/CodeGen/X86/
Dcache-intrinsic.ll15 …call void @llvm.clear_cache(i8* getelementptr inbounds ([32 x i8], [32 x i8]* @buffer, i32 0, i32 …
26 declare void @llvm.clear_cache(i8*, i8*)
/external/compiler-rt/make/platform/
Ddarwin_bni.mk58 floatundixf mulxc3 powixf2 clear_cache \
64 clear_cache enable_execute_stack
74 udivti3 umodti3 clear_cache enable_execute_stack
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c153 static void clear_cache(void *start, int len) in clear_cache() function
221 clear_cache(mem_start, page_sz); in get_func()
/external/compiler-rt/lib/builtins/Darwin-excludes/
D10.4.txt21 clear_cache
/external/python/cpython3/Lib/
Dfilecmp.py26 def clear_cache(): function
65 clear_cache()
/external/python/cpython2/Lib/
Durlparse.py68 def clear_cache(): function
180 clear_cache()
/external/python/cpython3/Doc/library/
Dfilecmp.rst33 file changes. The entire cache may be cleared using :func:`clear_cache`.
56 .. function:: clear_cache()
/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py128 self.klass.clear_cache()
1301 self.klass.clear_cache()
1345 self.klass.clear_cache(only_keys=None)
1355 self.klass.clear_cache(only_keys=["America/Los_Angeles"])
1368 self.klass.clear_cache(
1389 self.klass.clear_cache()
1422 self.klass.clear_cache() # Induce a cache miss
1510 self.klass.clear_cache(["UTC"])
/external/python/cpython3/Lib/test/libregrtest/
Drefleak.py216 urllib_parse.clear_cache()
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc18 clear_cache, // llvm.clear_cache
/external/tensorflow/tensorflow/compiler/xla/service/
Dsharding_propagation.cc1806 auto clear_cache = [&](HloInstruction* hlo) { in Run() local
1830 clear_cache(instruction); in Run()
1832 clear_cache(hlo); in Run()
1853 clear_cache(*it); in Run()
1855 clear_cache(hlo); in Run()
/external/python/cpython2/Lib/test/
Dtest_urllib2net.py243 self.addCleanup(cfh.clear_cache)
/external/python/cpython3/Lib/test/
Dtest_urllib2net.py254 self.addCleanup(cfh.clear_cache)
Dtest_filecmp.py48 filecmp.clear_cache()
/external/rust/crates/regex/src/
Ddfa.rs1261 None => self.clear_cache(), in clear_cache_and_save()
1264 if !self.clear_cache() { in clear_cache_and_save()
1280 fn clear_cache(&mut self) -> bool { in clear_cache() method
/external/autotest/client/cros/netprotos/
Dzeroconf.py203 def clear_cache(self): member in ZeroconfDaemon
/external/python/cpython3/Lib/urllib/
Dparse.py85 def clear_cache(): function
462 clear_cache()
/external/llvm-project/compiler-rt/lib/builtins/
DCMakeLists.txt247 clear_cache.c
713 # Needed for clear_cache on debug mode, due to r7's usage in inline asm.

123