/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.cpp | 159 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs() local 215 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in updatePointer() local
|
H A D | SimpleRemoteEPC.cpp | 357 if (auto MemAccess = S.CreateMemoryAccess(*this)) { in setup() local
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | ETMDecoder.cpp | 251 class MemAccess : public ITargetMemAccess { class 253 MemAccess(MapLocator& map_locator) : map_locator_(map_locator) {} in MemAccess() function in simpleperf::__anon3f3c96020111::MemAccess
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 373 MemoryAccess *MemAccess = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | ExecutorProcessControl.h | 411 MemoryAccess *MemAccess = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | ExecutorProcessControl.h | 429 MemoryAccess *MemAccess = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | ExecutorProcessControl.h | 429 MemoryAccess *MemAccess = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | ExecutorProcessControl.h | 429 MemoryAccess *MemAccess = nullptr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2654 MemoryAccess *MemAccess, Instruction *OrigInst, in findLeaderForInst() 2706 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2655 MemoryAccess *MemAccess, Instruction *OrigInst, in findLeaderForInst() 2709 auto *MemAccess = getMemoryAccess(I); in makePossiblePHIOfOps() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | ir.rs | 2388 pub struct MemAccess { struct 2395 impl fmt::Display for MemAccess { implementation
|
H A D | sm50.rs | 2217 fn set_mem_access(&mut self, access: &MemAccess) { in set_mem_access()
|
H A D | sm70.rs | 2568 fn set_mem_access(&mut self, access: &MemAccess) { in set_mem_access()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1475 auto *MemAccess = cast<LSBaseSDNode>(N); in storeLoadIsAligned() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1901 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2282 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2559 void LoopAccessInfo::collectStridedAccess(Value *MemAccess) { in collectStridedAccess()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4433 auto isScalarUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars() 4457 auto evaluatePtrUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4215 auto isScalarUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars() 4239 auto evaluatePtrUse = [&](Instruction *MemAccess, Value *Ptr) { in collectLoopScalars()
|