Searched refs:NumBytes1 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | SelectionDAGAddressAnalysisTest.cpp | 170 Optional<int64_t> NumBytes1 = MemoryLocation::getSizeOrUnknown( in TEST_F() local 175 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F() 200 Optional<int64_t> NumBytes1 = MemoryLocation::getSizeOrUnknown( in TEST_F() local 205 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F() 295 Optional<int64_t> NumBytes1 = 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() 336 Optional<int64_t> NumBytes1 = MemoryLocation::getSizeOrUnknown( in TEST_F() local 341 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F() 370 Optional<int64_t> NumBytes1 = MemoryLocation::getSizeOrUnknown( in TEST_F() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 90 const Optional<int64_t> NumBytes1, in computeAliasing() argument 99 if (NumBytes0 && NumBytes1 && in computeAliasing() 115 *NumBytes1 != static_cast<int64_t>(MemoryLocation::UnknownSize)) { in computeAliasing() 119 IsAlias = !((PtrDiff + *NumBytes1) <= 0); in computeAliasing()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 84 const Optional<int64_t> NumBytes1,
|