Searched refs:ObjectsToAllocate (Results 1 – 6 of 6) sorted by relevance
999 SmallVector<int, 8> ObjectsToAllocate; in calculateFrameObjectOffsets() local1021 ObjectsToAllocate.push_back(i); in calculateFrameObjectOffsets()1032 TFI.orderFrameObjects(MF, ObjectsToAllocate); in calculateFrameObjectOffsets()1039 if (!ObjectsToAllocate.empty() && in calculateFrameObjectOffsets()1046 for (auto &Object : ObjectsToAllocate) in calculateFrameObjectOffsets()
127 SmallVectorImpl<int> &ObjectsToAllocate) const override;
3018 SmallVector<int, 8> ObjectsToAllocate; in determineSVEStackObjectOffsets() local3028 ObjectsToAllocate.push_back(I); in determineSVEStackObjectOffsets()3032 for (unsigned FI : ObjectsToAllocate) { in determineSVEStackObjectOffsets()3602 const MachineFunction &MF, SmallVectorImpl<int> &ObjectsToAllocate) const { in orderFrameObjects()3603 if (!OrderFrameObjects || ObjectsToAllocate.empty()) in orderFrameObjects()3608 for (auto &Obj : ObjectsToAllocate) { in orderFrameObjects()3680 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()
170 SmallVectorImpl<int> &ObjectsToAllocate) const override;
3556 const MachineFunction &MF, SmallVectorImpl<int> &ObjectsToAllocate) const { in orderFrameObjects()3560 if (ObjectsToAllocate.empty()) in orderFrameObjects()3572 for (auto &Obj : ObjectsToAllocate) { in orderFrameObjects()3618 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()3623 std::reverse(ObjectsToAllocate.begin(), ObjectsToAllocate.end()); in orderFrameObjects()
835 SmallVector<int, 8> ObjectsToAllocate; in assignRVVStackObjectOffsets() local843 ObjectsToAllocate.push_back(I); in assignRVVStackObjectOffsets()847 for (int FI : ObjectsToAllocate) { in assignRVVStackObjectOffsets()