Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDLocalStackSlotAllocation.cpp224 assert(!MFI.isObjectPreAllocated(StackProtectorFI) && in calculateFrameObjectOffsets()
345 if (!MFI.isObjectPreAllocated(MO.getIndex())) in insertFrameReferenceRegisters()
373 assert(MFI.isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
HDPrologEpilogInserter.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()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXPrologEpilogPass.cpp217 if (MFI.isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64StackTaggingPreRA.cpp230 MFI->isObjectPreAllocated(FI); in isSlotPreAllocated()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h465 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp1299 if (MFI.isFixedObjectIndex(FI) || MFI.isObjectPreAllocated(FI)) { in getFrameIndexReference()