Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h82 bool hasSaveS2() const { return SaveS2; } in hasSaveS2() function
H A DMipsRegisterInfo.cpp229 if (MF.getFunction().hasFnAttribute("saveS2") || MipsFI->hasSaveS2()) in getReservedRegs()