Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h531 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
565 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
579 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
764 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp239 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
273 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp865 if (!MFI.isDeadObjectIndex(i) && in calculateFrameObjectOffsets()
907 if (!StackGrowsDown && MFI.isDeadObjectIndex(FrameIndex)) in calculateFrameObjectOffsets()
1003 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
1055 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DStackFrameLayoutAnalysisPass.cpp231 if (MFI.isDeadObjectIndex(Idx)) in emitStackFrameLayoutRemarks()
H A DMachineFrameInfo.cpp156 if (isDeadObjectIndex(i) || getStackID(i) != TargetStackID::Default) in estimateStackSize()
H A DGCRootLowering.cpp307 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
H A DMIRPrinter.cpp412 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
442 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
469 if (!CSInfo.isSpilledToReg() && MFI.isDeadObjectIndex(FrameIdx)) in convertStackObjects()
H A DStackSlotColoring.cpp271 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
H A DStackProtector.cpp90 if (MFI.isDeadObjectIndex(I)) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp220 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp128 if (!MFI.isDeadObjectIndex(i)) { in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp244 assert(!MFI.isDeadObjectIndex(FI)); in saveToMemory()
267 assert(!MFI.isDeadObjectIndex(FI)); in saveToVGPRLane()
529 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
1313 if (!MFI.isDeadObjectIndex(I) && in allSGPRSpillsAreDead()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1064 if (MFI.isDeadObjectIndex(I)) in assignRVVStackObjectOffsets()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp592 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4069 if (MFI.isDeadObjectIndex(I)) in determineSVEStackObjectOffsets()
5115 if (FI && !MFI.isDeadObjectIndex(*FI)) { in emitRemarks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1799 if (MFI->isDeadObjectIndex(FI)) in transferDebugPHI()