Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp323 FrameIndexesCache &CacheFI; member in __anon2f435cf10211::StatepointState
336 FrameIndexesCache &CacheFI, bool AllowGCPtrInCSR) in StatepointState() argument
339 Mask(Mask), CacheFI(CacheFI), AllowGCPtrInCSR(AllowGCPtrInCSR) { in StatepointState()
399 CacheFI.sortRegisters(RegsToSpill); in findRegistersToSpill()
407 int FI = CacheFI.getFrameIndex(Reg, EHPad); in spillRegisters()
564 FrameIndexesCache CacheFI; member in __anon2f435cf10211::StatepointProcessor
570 CacheFI(MF.getFrameInfo(), TRI) {} in StatepointProcessor()
583 StatepointState SS(MI, Mask, CacheFI, AllowGCPtrInCSR); in process()
584 CacheFI.reset(SS.getEHPad()); in process()