Home
last modified time | relevance | path

Searched defs:IsN64 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h42 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function
H A DMipsELFObjectWriter.cpp666 bool IsN64 = TT.isArch64Bit() && !IsN32; in createMipsELFObjectWriter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp278 bool IsN64 = in getFrameRegister() local
H A DMipsISelLowering.h474 SelectionDAG &DAG, bool IsN64) const { in getAddrGPRel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp227 bool IsN64 = ABIName == "64"; in getMIPSTargetFeatures() local