Lines Matching refs:StackSlotIdxes
712 StackSlotIdxes.insert({{8, 0}, 0}); in MLocTracker()
713 StackSlotIdxes.insert({{16, 0}, 1}); in MLocTracker()
714 StackSlotIdxes.insert({{32, 0}, 2}); in MLocTracker()
715 StackSlotIdxes.insert({{64, 0}, 3}); in MLocTracker()
716 StackSlotIdxes.insert({{128, 0}, 4}); in MLocTracker()
717 StackSlotIdxes.insert({{256, 0}, 5}); in MLocTracker()
718 StackSlotIdxes.insert({{512, 0}, 6}); in MLocTracker()
726 unsigned Idx = StackSlotIdxes.size(); in MLocTracker()
733 StackSlotIdxes.insert({{Size, Offs}, Idx}); in MLocTracker()
746 unsigned Idx = StackSlotIdxes.size(); in MLocTracker()
747 StackSlotIdxes.insert({{Size, 0}, Idx}); in MLocTracker()
750 for (auto &Idx : StackSlotIdxes) in MLocTracker()
753 NumSlotIdxes = StackSlotIdxes.size(); in MLocTracker()
1021 auto IdxIt = MTracker->StackSlotIdxes.find({SizeInBits, 0}); in findLocationForMemOperand()
1022 if (IdxIt == MTracker->StackSlotIdxes.end()) in findLocationForMemOperand()
2072 auto It = MTracker->StackSlotIdxes.find({8, 0}); in findStackIndexInterference()
2073 assert(It != MTracker->StackSlotIdxes.end()); in findStackIndexInterference()
2077 for (auto &Pair : MTracker->StackSlotIdxes) { in findStackIndexInterference()
2181 for (auto &Pair : MTracker->StackSlotIdxes) { in placeMLocPHIs()