Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h495 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
529 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
543 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
711 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp325 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
795 assert(!MFI.isDeadObjectIndex(FramePtrFI)); in emitPrologue()
813 assert(!MFI.isDeadObjectIndex(BasePtrFI)); in emitPrologue()
832 assert(!MFI.isDeadObjectIndex(FramePtrFI)); in emitPrologue()
849 assert(!MFI.isDeadObjectIndex(BasePtrFI)); in emitPrologue()
1010 assert(!MFI.isDeadObjectIndex(FramePtrFI)); in emitEpilogue()
1036 assert(!MFI.isDeadObjectIndex(BasePtrFI)); in emitEpilogue()
1102 if (!MFI.isDeadObjectIndex(I) && in allSGPRSpillsAreDead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp217 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
251 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DPrologEpilogInserter.cpp808 if (!MFI.isDeadObjectIndex(i) && in calculateFrameObjectOffsets()
862 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
952 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
1004 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
H A DMIRPrinter.cpp382 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
412 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
439 if (!CSInfo.isSpilledToReg() && MFI.isDeadObjectIndex(FrameIdx)) in convertStackObjects()
H A DMachineFrameInfo.cpp156 if (isDeadObjectIndex(i) || getStackID(i) != TargetStackID::Default) in estimateStackSize()
H A DGCRootLowering.cpp293 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
H A DStackProtector.cpp603 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
H A DStackSlotColoring.cpp223 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp219 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp478 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp824 if (MFI.isDeadObjectIndex(I)) in assignRVVStackObjectOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1520 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3018 if (MFI.isDeadObjectIndex(I)) in determineSVEStackObjectOffsets()