Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMachineFunction.h77 bool hasSaveS2() const { return SaveS2; } in hasSaveS2() function
DMipsRegisterInfo.cpp230 if (MF.getFunction().hasFnAttribute("saveS2") || MipsFI->hasSaveS2()) in getReservedRegs()
/external/llvm/lib/Target/Mips/
DMipsMachineFunction.h80 bool hasSaveS2() const { return SaveS2; } in hasSaveS2() function
DMipsRegisterInfo.cpp243 if (MF.getFunction()->hasFnAttribute("saveS2") || MipsFI->hasSaveS2()) in getReservedRegs()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMachineFunction.h77 bool hasSaveS2() const { return SaveS2; } in hasSaveS2() function
DMipsRegisterInfo.cpp230 if (MF.getFunction().hasFnAttribute("saveS2") || MipsFI->hasSaveS2()) in getReservedRegs()