Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xlcompat-msync.ll3 ; 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 Dppc440-msync.ll14 ; CHECK-NOT: msync
15 ; BE-CHK: msync
21 ; CHECK-NOT: msync
22 ; BE-CHK: msync
H A Datomics-fences.ll11 ; PPC440: msync
19 ; PPC440: msync
26 ; PPC440: msync
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DWindowsMMap.h68 int msync(void *addr, size_t length, int flags);
H A DWindowsMMap.c87 int msync(void *addr, size_t length, int flags) in msync() function
/llvm-project-15.0.7/llvm/test/CodeGen/XCore/
H A Dthreads.ll5 declare void @llvm.xcore.msync.p1i8(i8 addrspace(1)* %r)
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-encoding-bookII.s206 msync
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td86 // 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 DPPC.td131 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
132 "Has only the msync instruction instead of sync",
H A DPPCInstrInfo.td2097 "msync", IIC_LdStSync, []> {
4301 def : InstAlias<"msync", (SYNC 0), 0>, Requires<[HasSYNC]>;
/llvm-project-15.0.7/llvm/test/MC/Disassembler/XCore/
H A Dxcore.txt76 # CHECK: msync res[r0]
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp545 msync(BufferStart, CodeSignature.StartOffset + CodeSignature.Size, in writeCodeSignatureData()
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1325 msync(buf, fileOff + getSize(), MS_INVALIDATE); in writeHashes()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1210 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 DXCoreInstrInfo.td944 "msync res[$a]",
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2326 fun:msync=uninstrumented