Searched defs:MemLoc (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util.h | 23 explicit MemLoc(void *const real_addr) : loc_(real_addr) { } in MemLoc() function
|
D | tsan_test_util_posix.cc | 130 MemLoc::MemLoc(int offset_from_aligned) in MemLoc() function in MemLoc
|
/external/llvm/lib/Analysis/ |
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
|
D | AliasAnalysis.cpp | 429 const MemoryLocation &MemLoc, in callCapturesBefore()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_state.h | 45 enum MemLoc { CPU, GPU }; enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 330 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
|
D | AliasAnalysis.cpp | 551 const MemoryLocation &MemLoc, in callCapturesBefore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 704 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
|
D | DeadStoreElimination.cpp | 594 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 524 for (auto &MemLoc : MAC->MemLocs) { in AreAliased() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 523 MemoryLocation MemLoc = MemoryLocation::get(SecondI); in memoryIsNotModifiedBetween() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 847 bool MemLoc = MI->getOperand(0).isReg() && MI->getOperand(1).isImm(); in emitDebugValueComment() local
|