Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h229 unsigned getGPRSizeInBytes() const { return isGP64bit() ? 8 : 4; } in getGPRSizeInBytes() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h288 unsigned getGPRSizeInBytes() const { return isGP64bit() ? 8 : 4; } in getGPRSizeInBytes() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.h294 unsigned getGPRSizeInBytes() const { return isGP64bit() ? 8 : 4; } in getGPRSizeInBytes() function