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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMemory.h70 /// InvalidateInstructionCache - Before the JIT can run a block of code
73 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DMemory.inc96 sys::Memory::InvalidateInstructionCache(Addr, Size);
115 sys::Memory::InvalidateInstructionCache(Addr, Size);
/external/llvm/lib/Support/Windows/
H A 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/Mips/
H A DMipsJITInfo.cpp141 sys::Memory::InvalidateInstructionCache((void*) StubAddr, 16);
185 sys::Memory::InvalidateInstructionCache(Addr, 16);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DMemory.cpp37 /// InvalidateInstructionCache - Before the JIT can run a block of code
40 void llvm::sys::Memory::InvalidateInstructionCache(const void *Addr, function in class:llvm::sys::Memory
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DMemory.inc110 sys::Memory::InvalidateInstructionCache(M.Address, M.Size);
122 sys::Memory::InvalidateInstructionCache(M.Address, M.Size);
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCJITInfo.cpp333 sys::Memory::InvalidateInstructionCache(StubCallAddr, 7*4);
378 sys::Memory::InvalidateInstructionCache(Addr, 7*4);
405 sys::Memory::InvalidateInstructionCache(Addr, 10*4);
467 sys::Memory::InvalidateInstructionCache(Old, 7*4);
/external/llvm/lib/Support/Unix/
H A 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-subzero/lib/Support/Unix/
H A 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/include/llvm/Support/
H A DMemory.h135 /// InvalidateInstructionCache - Before the JIT can run a block of code
138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMemory.h135 /// InvalidateInstructionCache - Before the JIT can run a block of code
138 static void InvalidateInstructionCache(const void *Addr, size_t Len);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMJITInfo.cpp188 sys::Memory::InvalidateInstructionCache(Addr, 16);
201 sys::Memory::InvalidateInstructionCache(Addr, 8);
229 sys::Memory::InvalidateInstructionCache(Addr, 16);
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp121 sys::Memory::InvalidateInstructionCache(Data.base(), Data.size());
/external/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp208 sys::Memory::InvalidateInstructionCache(Block.base(), Block.size());
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDebugSupport.h629 EFI_INVALIDATE_INSTRUCTION_CACHE InvalidateInstructionCache; member in struct:_EFI_DEBUG_SUPPORT_PROTOCOL
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp922 sys::Memory::InvalidateInstructionCache(FnStart, FnEnd-FnStart);

Completed in 3068 milliseconds