Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h529 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
563 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
577 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
752 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp220 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
254 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DStackFrameLayoutAnalysisPass.cpp189 if (MFI.isDeadObjectIndex(Idx)) in emitStackFrameLayoutRemarks()
H A DPrologEpilogInserter.cpp878 if (!MFI.isDeadObjectIndex(i) && in calculateFrameObjectOffsets()
920 if (!StackGrowsDown && MFI.isDeadObjectIndex(FrameIndex)) in calculateFrameObjectOffsets()
1016 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
1068 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DMachineFrameInfo.cpp156 if (isDeadObjectIndex(i) || getStackID(i) != TargetStackID::Default) in estimateStackSize()
H A DGCRootLowering.cpp303 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
H A DMIRPrinter.cpp409 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
439 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
466 if (!CSInfo.isSpilledToReg() && MFI.isDeadObjectIndex(FrameIdx)) in convertStackObjects()
H A DStackSlotColoring.cpp264 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
H A DStackProtector.cpp90 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp220 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp244 assert(!MFI.isDeadObjectIndex(FI)); in saveToMemory()
267 assert(!MFI.isDeadObjectIndex(FI)); in saveToVGPRLane()
530 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
1307 if (!MFI.isDeadObjectIndex(I) && in allSGPRSpillsAreDead()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1042 if (MFI.isDeadObjectIndex(I)) in assignRVVStackObjectOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp604 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1765 if (MFI->isDeadObjectIndex(FI)) in transferDebugPHI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3583 if (MFI.isDeadObjectIndex(I)) in determineSVEStackObjectOffsets()