Home
last modified time | relevance | path

Searched refs:isDeadObjectIndex (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h435 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
445 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
551 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp207 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
239 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DGCRootLowering.cpp320 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
DPrologEpilogInserter.cpp679 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
718 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DMIRPrinter.cpp277 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
298 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
DStackSlotColoring.cpp201 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
DMachineFunction.cpp645 if (isDeadObjectIndex(i)) in estimateStackSize()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp191 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp695 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
734 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1030 if (!MFI->isSpillSlotObjectIndex(i) || MFI->isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()