Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp382 SmallVector<int, 32> FixedStackObjectsIdx; in convertStackObjects() local
385 FixedStackObjectsIdx.reserve(-BeginIdx); in convertStackObjects()
389 FixedStackObjectsIdx.push_back(-1); // Fill index for possible dead. in convertStackObjects()
405 FixedStackObjectsIdx[ID] = YMF.FixedStackObjects.size(); in convertStackObjects()
459 [FixedStackObjectsIdx[FrameIdx + MFI.getNumFixedObjects()]]; in convertStackObjects()
498 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()