Home
last modified time | relevance | path

Searched defs:MemAccess (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp157 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs() local
211 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in updatePointer() local
H A DSimpleRemoteEPC.cpp378 if (auto MemAccess = S.CreateMemoryAccess(*this)) { in setup() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h429 MemoryAccess *MemAccess = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2658 MemoryAccess *MemAccess, Instruction *OrigInst, in findLeaderForInst()
2712 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1525 auto *MemAccess = cast<MemSDNode>(N); in storeLoadIsAligned() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2921 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3138 auto isScalarUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()
3162 auto evaluatePtrUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()