Home
last modified time | relevance | path

Searched defs:MemLoc (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp228 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 DAliasAnalysis.cpp429 const MemoryLocation &MemLoc, in callCapturesBefore()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp241 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 DAliasSetTracker.cpp318 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
H A DAliasAnalysis.cpp648 const MemoryLocation &MemLoc, in callCapturesBefore()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp329 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 DAliasSetTracker.cpp353 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor()
H A DAliasAnalysis.cpp641 const MemoryLocation &MemLoc, in callCapturesBefore()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp840 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 DDeadStoreElimination.cpp608 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
H A DLICM.cpp2250 static bool pointerInvalidatedByLoop(MemoryLocation MemLoc, in pointerInvalidatedByLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1078 MemoryLocation MemLoc = *MemLocOpt; in isOperatingOnInvariantMemAt() local
1334 MemoryLocation MemLoc = in processNode() local
1459 auto MemLoc = MemoryLocation::get(&Inst); in processNode() local
H A DDeadStoreElimination.cpp420 MemoryLocation MemLoc; in memoryIsNotModifiedBetween() local
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h23 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc() function
H A Dtsan_test_util_posix.cc130 MemLoc::MemLoc(int offset_from_aligned) in MemLoc() function in MemLoc
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_state.h45 enum MemLoc { CPU, GPU }; enum
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/varhandles/
H A Dgenerate_java.py35 class MemLoc(Enum): class
/aosp_15_r20/art/test/utils/python/
H A Dgenerate_java_varhandle_perf.py30 class MemLoc(Enum): class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackProtector.cpp176 std::optional<MemoryLocation> MemLoc = MemoryLocation::getOrNone(I); in HasAddressTaken() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp523 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp866 bool MemLoc = MI->getOperand(0).isReg() && MI->getOperand(1).isImm(); in emitDebugValueComment() local