Home
last modified time | relevance | path

Searched defs:MemoryAccess (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSA.h115 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 DLoopUtils.h34 class MemoryAccess; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp44 using MemoryAccess = OrcRPCTPCMemoryAccess<ThisT>; typedef in llvm::orc::RemoteTargetProcessControl
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_access.cpp350 ALWAYS_INLINE USED void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() function
H A Dtsan_rtl.h491 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryAccess() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc794 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc798 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp543 MPhi->unorderedDeleteIncomingIf([&](const MemoryAccess *, BasicBlock *B) { in removeDuplicatePhiEdgesBetween()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3105 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 DLoopUtils.cpp1780 -> Optional<IVConditionInfo> { in hasPartialIVCondition()