Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp132 static const std::pair<unsigned, int> FixedCSRFIMap[] = { variable
156 llvm::find_if(FixedCSRFIMap, [&](auto P) { return P.first == Reg; }); in hasReservedSpillSlot()
157 if (FII == std::end(FixedCSRFIMap)) in hasReservedSpillSlot()