Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp130 static const std::pair<unsigned, int> FixedCSRFIMap[] = { variable
154 llvm::find_if(FixedCSRFIMap, [&](auto P) { return P.first == Reg; }); in hasReservedSpillSlot()
155 if (FII == std::end(FixedCSRFIMap)) in hasReservedSpillSlot()