/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 228 static bool isLoadLoadClobberIfExtendedToFullWidth(const MemoryLocation &MemLoc, in isLoadLoadClobberIfExtendedToFullWidth() 329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() 396 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() 707 MemoryLocation MemLoc; in getDependency() local
|
H A D | AliasAnalysis.cpp | 429 const MemoryLocation &MemLoc, in callCapturesBefore()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 241 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() 269 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() 364 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() 673 MemoryLocation MemLoc; in getDependency() local
|
H A D | AliasSetTracker.cpp | 318 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
|
H A D | AliasAnalysis.cpp | 648 const MemoryLocation &MemLoc, in callCapturesBefore()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() 442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() 746 MemoryLocation MemLoc; in getDependency() local
|
H A D | AliasSetTracker.cpp | 353 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
|
H A D | AliasAnalysis.cpp | 641 const MemoryLocation &MemLoc, in callCapturesBefore()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 840 MemoryLocation MemLoc = *MemLocOpt; in isOperatingOnInvariantMemAt() local 996 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode() local 1102 auto MemLoc = MemoryLocation::get(Inst); in processNode() local
|
H A D | DeadStoreElimination.cpp | 608 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
|
H A D | LICM.cpp | 2250 static bool pointerInvalidatedByLoop(MemoryLocation MemLoc, in pointerInvalidatedByLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1078 MemoryLocation MemLoc = *MemLocOpt; in isOperatingOnInvariantMemAt() local 1334 MemoryLocation MemLoc = in processNode() local 1459 auto MemLoc = MemoryLocation::get(&Inst); in processNode() local
|
H A D | DeadStoreElimination.cpp | 420 MemoryLocation MemLoc; in memoryIsNotModifiedBetween() local
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util.h | 23 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc() function
|
H A D | tsan_test_util_posix.cc | 130 MemLoc::MemLoc(int offset_from_aligned) in MemLoc() function in MemLoc
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | process_state.h | 45 enum MemLoc { CPU, GPU }; enum
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/varhandles/ |
H A D | generate_java.py | 35 class MemLoc(Enum): class
|
/aosp_15_r20/art/test/utils/python/ |
H A D | generate_java_varhandle_perf.py | 30 class MemLoc(Enum): class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 176 std::optional<MemoryLocation> MemLoc = MemoryLocation::getOrNone(I); in HasAddressTaken() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 523 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 866 bool MemLoc = MI->getOperand(0).isReg() && MI->getOperand(1).isImm(); in emitDebugValueComment() local
|