Searched defs:MemAccess (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | TargetProcessControl.h | 153 MemoryAccess *MemAccess = nullptr; variable
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | TPCIndirectionUtils.cpp | 159 auto &MemAccess = TPCIU.getTargetProcessControl().getMemoryAccess(); in createStubs() local 213 auto &MemAccess = TPCIU.getTargetProcessControl().getMemoryAccess(); in updatePointer() local
|
/external/llvm-project/polly/lib/Transform/ |
D | ScheduleOptimizer.cpp | 650 static bool isMatMulNonScalarReadAccess(MemoryAccess *MemAccess, in isMatMulNonScalarReadAccess()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 2607 MemoryAccess *MemAccess, Instruction *OrigInst, in findLeaderForInst() 2659 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 2654 MemoryAccess *MemAccess, Instruction *OrigInst, in findLeaderForInst() 2706 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps() local
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1469 auto *MemAccess = cast<LSBaseSDNode>(N); in storeLoadIsAligned() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 2148 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1901 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 2282 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4953 auto isScalarUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars() 4973 auto isScalarPtrInduction = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars() 4988 auto evaluatePtrUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4433 auto isScalarUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars() 4457 auto evaluatePtrUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 2315 auto *MemAccess = addMemoryAccess(Stmt, MemAccInst, AccType, BaseAddress, in addArrayAccess() local
|