Home
last modified time | relevance | path

Searched defs:isGP32bit (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h228 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h287 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h293 bool isGP32bit() const { return !IsGP64bit; } in isGP32bit() function