Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp993 SmallVector<int, 8> ObjectsToAllocate; in calculateFrameObjectOffsets() local
1015 ObjectsToAllocate.push_back(i); in calculateFrameObjectOffsets()
1026 TFI.orderFrameObjects(MF, ObjectsToAllocate); in calculateFrameObjectOffsets()
1033 if (!ObjectsToAllocate.empty() && in calculateFrameObjectOffsets()
1040 for (auto &Object : ObjectsToAllocate) in calculateFrameObjectOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h127 SmallVectorImpl<int> &ObjectsToAllocate) const override;
H A DAArch64FrameLowering.cpp3011 SmallVector<int, 8> ObjectsToAllocate; in determineSVEStackObjectOffsets() local
3021 ObjectsToAllocate.push_back(I); in determineSVEStackObjectOffsets()
3025 for (unsigned FI : ObjectsToAllocate) { in determineSVEStackObjectOffsets()
3595 const MachineFunction &MF, SmallVectorImpl<int> &ObjectsToAllocate) const { in orderFrameObjects()
3596 if (!OrderFrameObjects || ObjectsToAllocate.empty()) in orderFrameObjects()
3601 for (auto &Obj : ObjectsToAllocate) { in orderFrameObjects()
3673 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp819 SmallVector<int, 8> ObjectsToAllocate; in assignRVVStackObjectOffsets() local
827 ObjectsToAllocate.push_back(I); in assignRVVStackObjectOffsets()
831 for (int FI : ObjectsToAllocate) { in assignRVVStackObjectOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h171 SmallVectorImpl<int> &ObjectsToAllocate) const override;
H A DX86FrameLowering.cpp3540 const MachineFunction &MF, SmallVectorImpl<int> &ObjectsToAllocate) const { in orderFrameObjects()
3544 if (ObjectsToAllocate.empty()) in orderFrameObjects()
3556 for (auto &Obj : ObjectsToAllocate) { in orderFrameObjects()
3602 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()
3607 std::reverse(ObjectsToAllocate.begin(), ObjectsToAllocate.end()); in orderFrameObjects()