Home
last modified time | relevance | path

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

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