Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp301 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64; in canRealignStack()
302 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64; in canRealignStack()
DMipsSubtarget.h290 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp306 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64; in canRealignStack()
307 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64; in canRealignStack()
DMipsSubtarget.h287 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit() function
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp320 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64; in canRealignStack()
321 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64; in canRealignStack()
DMipsSubtarget.h228 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit() function