Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp400 SmallVector<int, 32> FixedStackObjectsIdx; in convertStackObjects() local
403 FixedStackObjectsIdx.reserve(-BeginIdx); in convertStackObjects()
407 FixedStackObjectsIdx.push_back(-1); // Fill index for possible dead. in convertStackObjects()
423 FixedStackObjectsIdx[ID] = YMF.FixedStackObjects.size(); in convertStackObjects()
477 [FixedStackObjectsIdx[FrameIdx + MFI.getNumFixedObjects()]]; in convertStackObjects()
514 YMF.FixedStackObjects[FixedStackObjectsIdx[Idx + in convertStackObjects()