Home
last modified time | relevance | path

Searched refs:ObjectsToAllocate (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp999 SmallVector<int, 8> ObjectsToAllocate; in calculateFrameObjectOffsets() local
1021 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h127 SmallVectorImpl<int> &ObjectsToAllocate) const override;
H A DAArch64FrameLowering.cpp3018 SmallVector<int, 8> ObjectsToAllocate; in determineSVEStackObjectOffsets() local
3028 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h170 SmallVectorImpl<int> &ObjectsToAllocate) const override;
H A DX86FrameLowering.cpp3556 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp835 SmallVector<int, 8> ObjectsToAllocate; in assignRVVStackObjectOffsets() local
843 ObjectsToAllocate.push_back(I); in assignRVVStackObjectOffsets()
847 for (int FI : ObjectsToAllocate) { in assignRVVStackObjectOffsets()