Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp210 assert(!MFI.isObjectPreAllocated(StackProtectorFI) && in calculateFrameObjectOffsets()
324 if (!MFI.isObjectPreAllocated(MI.getOperand(i).getIndex())) in insertFrameReferenceRegisters()
352 assert(MFI.isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
H A DPrologEpilogInserter.cpp861 else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) in calculateFrameObjectOffsets()
867 if (MFI.isObjectPreAllocated(i) && MFI.getUseLocalStackAllocationBlock()) in calculateFrameObjectOffsets()
916 if (MFI.isObjectPreAllocated(i) && MFI.getUseLocalStackAllocationBlock()) in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp208 if (MFI.isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h442 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1150 if (MFI.isFixedObjectIndex(FI) || MFI.isObjectPreAllocated(FI)) { in getFrameIndexReference()