Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h490 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
524 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
538 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
704 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp221 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
253 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DMachineFrameInfo.cpp149 if (isDeadObjectIndex(i)) in estimateStackSize()
H A DPrologEpilogInserter.cpp780 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
873 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
922 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DGCRootLowering.cpp297 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
H A DStackProtector.cpp528 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
H A DMIRPrinter.cpp356 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
378 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
H A DStackSlotColoring.cpp226 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp211 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp648 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1369 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()