Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp252 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex())) in insertFrameReferenceRegisters()
281 assert(MFI->isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp533 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
555 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp185 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h344 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function