Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp401 SmallVector<int, 32> FixedStackObjectsIdx; in convertStackObjects() local
404 FixedStackObjectsIdx.reserve(-BeginIdx); in convertStackObjects()
408 FixedStackObjectsIdx.push_back(-1); // Fill index for possible dead. in convertStackObjects()
424 FixedStackObjectsIdx[ID] = YMF.FixedStackObjects.size(); in convertStackObjects()
478 [FixedStackObjectsIdx[FrameIdx + MFI.getNumFixedObjects()]]; in convertStackObjects()
517 YMF.FixedStackObjects[FixedStackObjectsIdx[Idx + in convertStackObjects()