Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h379 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
390 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
473 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h432 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
466 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
587 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp170 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
185 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp615 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
637 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DStackSlotColoring.cpp222 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp207 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
239 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DGCRootLowering.cpp319 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
DStackSlotColoring.cpp202 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
DMIRPrinter.cpp290 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
311 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
DPrologEpilogInserter.cpp843 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
885 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DMachineFunction.cpp688 if (isDeadObjectIndex(i)) in estimateStackSize()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp190 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp768 if (MFI->isDeadObjectIndex(i)) in estimateStackSize()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1179 if (!MFI->isSpillSlotObjectIndex(i) || MFI->isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()