Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp224 assert(!MFI.isObjectPreAllocated(StackProtectorFI) && in calculateFrameObjectOffsets()
345 if (!MFI.isObjectPreAllocated(MO.getIndex())) in insertFrameReferenceRegisters()
373 assert(MFI.isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
H A DPrologEpilogInserter.cpp984 assert(!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex()) && in calculateFrameObjectOffsets()
990 } else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) { in calculateFrameObjectOffsets()
997 if (MFI.isObjectPreAllocated(i) && MFI.getUseLocalStackAllocationBlock()) in calculateFrameObjectOffsets()
1049 if (MFI.isObjectPreAllocated(i) && MFI.getUseLocalStackAllocationBlock()) in calculateFrameObjectOffsets()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp217 if (MFI.isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp230 MFI->isObjectPreAllocated(FI); in isSlotPreAllocated()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h465 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1299 if (MFI.isFixedObjectIndex(FI) || MFI.isObjectPreAllocated(FI)) { in getFrameIndexReference()