Searched refs:msync (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-xlcompat-msync.ll | 3 ; RUN: --ppc-asm-full-reg-names -mattr=+msync -mcpu=pwr7 < %s | FileCheck %s 5 ; RUN: --ppc-asm-full-reg-names -mattr=+msync -mcpu=pwr8 < %s | FileCheck %s 7 ; RUN: --ppc-asm-full-reg-names -mattr=+msync -mcpu=pwr7 < %s | FileCheck %s 9 ; RUN: --ppc-asm-full-reg-names -mattr=+msync -mcpu=pwr7 < %s | FileCheck %s 14 ; CHECK-NEXT: msync 25 ; CHECK-NEXT: msync
|
| H A D | ppc440-msync.ll | 14 ; CHECK-NOT: msync 15 ; BE-CHK: msync 21 ; CHECK-NOT: msync 22 ; BE-CHK: msync
|
| H A D | atomics-fences.ll | 11 ; PPC440: msync 19 ; PPC440: msync 26 ; PPC440: msync
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | WindowsMMap.h | 68 int msync(void *addr, size_t length, int flags);
|
| H A D | WindowsMMap.c | 87 int msync(void *addr, size_t length, int flags) in msync() function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/XCore/ |
| H A D | threads.ll | 5 declare void @llvm.xcore.msync.p1i8(i8 addrspace(1)* %r)
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-encoding-bookII.s | 206 msync
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedule440.td | 86 // msync (a.k.a. sync) and mbar will hold in LWB until all load/store 87 // resources are empty. AGEN and CRD are held empty until the msync/mbar
|
| H A D | PPC.td | 131 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true", 132 "Has only the msync instruction instead of sync",
|
| H A D | PPCInstrInfo.td | 2097 "msync", IIC_LdStSync, []> { 4301 def : InstAlias<"msync", (SYNC 0), 0>, Requires<[HasSYNC]>;
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/XCore/ |
| H A D | xcore.txt | 76 # CHECK: msync res[r0]
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.cpp | 545 msync(BufferStart, CodeSignature.StartOffset + CodeSignature.Size, in writeCodeSignatureData()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1325 msync(buf, fileOff + getSize(), MS_INVALIDATE); in writeHashes()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1210 PRE_SYSCALL(msync)(long start, long len, long flags) {} 1212 POST_SYSCALL(msync)(long res, long start, long len, long flags) {}
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.td | 944 "msync res[$a]",
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2326 fun:msync=uninstrumented
|