Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp263 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex())) in insertFrameReferenceRegisters()
289 assert(MFI->isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp608 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
630 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp308 if (!MFI->isObjectPreAllocated(MI.getOperand(i).getIndex())) in insertFrameReferenceRegisters()
335 assert(MFI->isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp836 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
878 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp187 if (MFI->isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h329 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h384 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp981 if (MFI.isFixedObjectIndex(FI) || MFI.isObjectPreAllocated(FI)) { in getFrameIndexReference()