Home
last modified time | relevance | path

Searched refs:InvalidateInstructionCache (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Support/Windows/
DMemory.inc120 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
150 Memory::InvalidateInstructionCache(M.Address, M.Size);
155 /// InvalidateInstructionCache - Before the JIT can run a block of code
158 void Memory::InvalidateInstructionCache(
219 Memory::InvalidateInstructionCache(Addr, Size);
238 Memory::InvalidateInstructionCache(Addr, Size);
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp333 sys::Memory::InvalidateInstructionCache(StubCallAddr, 7*4); in PPCCompilationCallbackC()
378 sys::Memory::InvalidateInstructionCache(Addr, 7*4); in emitFunctionStub()
405 sys::Memory::InvalidateInstructionCache(Addr, 10*4); in emitFunctionStub()
467 sys::Memory::InvalidateInstructionCache(Old, 7*4); in replaceMachineCodeForFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp188 sys::Memory::InvalidateInstructionCache(Addr, 16); in emitFunctionStub()
201 sys::Memory::InvalidateInstructionCache(Addr, 8); in emitFunctionStub()
229 sys::Memory::InvalidateInstructionCache(Addr, 16); in emitFunctionStub()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsJITInfo.cpp141 sys::Memory::InvalidateInstructionCache((void*) StubAddr, 16); in MipsCompilationCallbackC()
185 sys::Memory::InvalidateInstructionCache(Addr, 16); in emitFunctionStub()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc126 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
164 Memory::InvalidateInstructionCache(M.Address, M.Size);
245 Memory::InvalidateInstructionCache(M.Address, M.Size);
256 Memory::InvalidateInstructionCache(M.Address, M.Size);
288 /// InvalidateInstructionCache - Before the JIT can run a block of code
291 void Memory::InvalidateInstructionCache(const void *Addr,
/external/llvm/lib/Support/Unix/
DMemory.inc134 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
169 Memory::InvalidateInstructionCache(M.Address, M.Size);
258 Memory::InvalidateInstructionCache(M.Address, M.Size);
269 Memory::InvalidateInstructionCache(M.Address, M.Size);
301 /// InvalidateInstructionCache - Before the JIT can run a block of code
304 void Memory::InvalidateInstructionCache(const void *Addr,
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DMemory.inc96 sys::Memory::InvalidateInstructionCache(Addr, Size);
115 sys::Memory::InvalidateInstructionCache(Addr, Size);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMemory.h73 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/external/swiftshader/third_party/LLVM/lib/Support/
DMemory.cpp40 void llvm::sys::Memory::InvalidateInstructionCache(const void *Addr, in InvalidateInstructionCache() function in llvm::sys::Memory
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DMemory.inc110 sys::Memory::InvalidateInstructionCache(M.Address, M.Size);
122 sys::Memory::InvalidateInstructionCache(M.Address, M.Size);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/external/llvm/include/llvm/Support/
DMemory.h138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp121 sys::Memory::InvalidateInstructionCache(Data.base(), Data.size()); in executeInput()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp208 sys::Memory::InvalidateInstructionCache(Block.base(), Block.size()); in invalidateInstructionCache()
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DDebugSupport.h629 EFI_INVALIDATE_INSTRUCTION_CACHE InvalidateInstructionCache; member
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp922 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart); in finishFunction()