Home
last modified time | relevance | path

Searched refs:NumBytes0 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DSelectionDAGAddressAnalysisTest.cpp168 Optional<int64_t> NumBytes0 = MemoryLocation::getSizeOrUnknown( in TEST_F() local
175 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F()
198 Optional<int64_t> NumBytes0 = MemoryLocation::getSizeOrUnknown( in TEST_F() local
205 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F()
293 Optional<int64_t> NumBytes0 = MemoryLocation::getSizeOrUnknown( in TEST_F() local
300 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F()
305 Store1.getNode(), NumBytes1, Store0.getNode(), NumBytes0, *DAG, IsAlias); in TEST_F()
334 Optional<int64_t> NumBytes0 = MemoryLocation::getSizeOrUnknown( in TEST_F() local
341 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F()
368 Optional<int64_t> NumBytes0 = MemoryLocation::getSizeOrUnknown( in TEST_F() local
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp88 const Optional<int64_t> NumBytes0, in computeAliasing() argument
99 if (NumBytes0 && NumBytes1 && in computeAliasing()
107 *NumBytes0 != static_cast<int64_t>(MemoryLocation::UnknownSize)) { in computeAliasing()
111 IsAlias = !(*NumBytes0 <= PtrDiff); in computeAliasing()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h82 const Optional<int64_t> NumBytes0,