Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp325 FrameIndexesCache &CacheFI; member in __anon7fb55ec60211::StatepointState
338 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
341 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
401 CacheFI.sortRegisters(RegsToSpill); in findRegistersToSpill()
409 int FI = CacheFI.getFrameIndex(Reg, EHPad); in spillRegisters()
567 FrameIndexesCache CacheFI; member in __anon7fb55ec60211::StatepointProcessor
573 CacheFI(MF.getFrameInfo(), TRI) {} in StatepointProcessor()
586 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
587 CacheFI.reset(SS.getEHPad()); in process()