Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.cpp121 static const std::map<unsigned, int> FixedCSRFIMap = { variable
144 auto FII = FixedCSRFIMap.find(Reg); in hasReservedSpillSlot()
145 if (FII == FixedCSRFIMap.end()) in hasReservedSpillSlot()