Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h521 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
555 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
569 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
737 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp220 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
254 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp831 if (!MFI.isDeadObjectIndex(i) && in calculateFrameObjectOffsets()
873 if (!StackGrowsDown && MFI.isDeadObjectIndex(FrameIndex)) in calculateFrameObjectOffsets()
970 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
1022 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DMachineFrameInfo.cpp156 if (isDeadObjectIndex(i) || getStackID(i) != TargetStackID::Default) in estimateStackSize()
H A DGCRootLowering.cpp290 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
H A DMIRPrinter.cpp390 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
420 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
447 if (!CSInfo.isSpilledToReg() && MFI.isDeadObjectIndex(FrameIdx)) in convertStackObjects()
H A DStackSlotColoring.cpp221 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
H A DStackProtector.cpp604 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp339 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
811 assert(!MFI.isDeadObjectIndex(FI)); in emitPrologue()
828 assert(!MFI.isDeadObjectIndex(FI)); in emitPrologue()
1030 assert(!MFI.isDeadObjectIndex(FramePtrFI)); in emitEpilogue()
1039 assert(!MFI.isDeadObjectIndex(BasePtrFI)); in emitEpilogue()
1084 if (!MFI.isDeadObjectIndex(I) && in allSGPRSpillsAreDead()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp220 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp910 if (MFI.isDeadObjectIndex(I)) in assignRVVStackObjectOffsets()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp603 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1523 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1360 if (MFI->isDeadObjectIndex(FI)) in transferDebugPHI()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3261 if (MFI.isDeadObjectIndex(I)) in determineSVEStackObjectOffsets()