Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h549 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
583 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
597 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
765 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/openbsd-src/gnu/llvm/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 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.cpp391 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
421 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
448 if (!CSInfo.isSpilledToReg() && MFI.isDeadObjectIndex(FrameIdx)) in convertStackObjects()
H A DStackSlotColoring.cpp221 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
H A DStackProtector.cpp619 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp220 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp234 assert(!MFI.isDeadObjectIndex(FI)); in saveToMemory()
257 assert(!MFI.isDeadObjectIndex(FI)); in saveToVGPRLane()
518 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
1287 if (!MFI.isDeadObjectIndex(I) && in allSGPRSpillsAreDead()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp928 if (MFI.isDeadObjectIndex(I)) in assignRVVStackObjectOffsets()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp603 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1771 if (MFI->isDeadObjectIndex(FI)) in transferDebugPHI()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3285 if (MFI.isDeadObjectIndex(I)) in determineSVEStackObjectOffsets()