Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util.h23 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc() function
Dtsan_test_util_posix.cc130 MemLoc::MemLoc(int offset_from_aligned) in MemLoc() function in MemLoc
/external/llvm/lib/Analysis/
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
DAliasAnalysis.cpp429 const MemoryLocation &MemLoc, in callCapturesBefore()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.h45 enum MemLoc { CPU, GPU }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp330 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
743 MemoryLocation MemLoc; in getDependency() local
DAliasAnalysis.cpp551 const MemoryLocation &MemLoc, in callCapturesBefore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp704 MemoryLocation MemLoc = *MemLocOpt; in isOperatingOnInvariantMemAt() local
859 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode() local
965 auto MemLoc = MemoryLocation::get(Inst); in processNode() local
DDeadStoreElimination.cpp594 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp524 for (auto &MemLoc : MAC->MemLocs) { in AreAliased() local
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp523 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp847 bool MemLoc = MI->getOperand(0).isReg() && MI->getOperand(1).isImm(); in emitDebugValueComment() local