Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h161 MemoryAccess *MemAccess = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp159 auto &MemAccess = TPCIU.getTargetProcessControl().getMemoryAccess(); in createStubs() local
213 auto &MemAccess = TPCIU.getTargetProcessControl().getMemoryAccess(); in updatePointer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2625 MemoryAccess *MemAccess, Instruction *OrigInst, in findLeaderForInst()
2679 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1469 auto *MemAccess = cast<LSBaseSDNode>(N); in storeLoadIsAligned() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2133 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5163 auto isScalarUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()
5183 auto isScalarPtrInduction = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()
5198 auto evaluatePtrUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()