Lines Matching refs:LocationSize
1450 LocationSize WidthA = MMOa->getSize(); in MemOperandsHaveAlias()
1451 LocationSize WidthB = MMOb->getSize(); in MemOperandsHaveAlias()
1502 LocationSize LocA = (WidthA.isScalable() || !KnownWidthA) in MemOperandsHaveAlias()
1504 : LocationSize::precise(OverlapA); in MemOperandsHaveAlias()
1505 LocationSize LocB = (WidthB.isScalable() || !KnownWidthB) in MemOperandsHaveAlias()
1507 : LocationSize::precise(OverlapB); in MemOperandsHaveAlias()
2545 static LocationSize getSpillSlotSize(const MMOList &Accesses, in getSpillSlotSize()
2552 LocationSize S = A->getSize(); in getSpillSlotSize()
2554 return LocationSize::beforeOrAfterPointer(); in getSpillSlotSize()
2562 return LocationSize::precise(0); in getSpillSlotSize()
2563 return LocationSize::precise(*Size); in getSpillSlotSize()
2566 std::optional<LocationSize>
2577 std::optional<LocationSize>
2585 std::optional<LocationSize>
2596 std::optional<LocationSize>