Home
last modified time | relevance | path

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

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