Searched defs:MemoryAccess (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 115 class MemoryAccess; variable 221 MemoryAccess(LLVMContext &C, unsigned Vty, DeleteValueTy DeleteValue, in MemoryAccess() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 34 class MemoryAccess; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | RemoteJITUtils.cpp | 44 using MemoryAccess = OrcRPCTPCMemoryAccess<ThisT>; typedef in llvm::orc::RemoteTargetProcessControl
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl_access.cpp | 350 ALWAYS_INLINE USED void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() function
|
H A D | tsan_rtl.h | 491 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryAccess() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.cc | 794 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.cc | 798 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 543 MPhi->unorderedDeleteIncomingIf([&](const MemoryAccess *, BasicBlock *B) { in removeDuplicatePhiEdgesBetween()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 3105 SmallPtrSet<const MemoryAccess *, 8> &Visited, const MemoryAccess *First, in singleReachablePHIPath() 3178 [&](const std::pair<const MemoryAccess *, CongruenceClass *> Pair) { in verifyMemoryCongruency()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1780 -> Optional<IVConditionInfo> { in hasPartialIVCondition()
|