Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp47 static const std::pair<MCPhysReg, int8_t> FixedCSRFIMap[] = { variable
299 if (llvm::find_if(FixedCSRFIMap, [&](auto P) { in getMaxPushPopReg()
301 }) != std::end(FixedCSRFIMap)) in getMaxPushPopReg()
1432 FixedCSRFIMap, [&](auto P) { return P.first == CS.getReg(); }); in assignCalleeSavedSpillSlots()
1433 if (FII != std::end(FixedCSRFIMap)) { in assignCalleeSavedSpillSlots()
1500 PushBuilder.addUse(FixedCSRFIMap[i].first, RegState::Implicit); in spillCalleeSavedRegisters()
1613 PopBuilder.addDef(FixedCSRFIMap[i].first, RegState::ImplicitDefine); in restoreCalleeSavedRegisters()