Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h42 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function
H A DMipsELFObjectWriter.cpp669 bool IsN64 = TT.isArch64Bit() && !IsN32; in createMipsELFObjectWriter() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp274 bool IsN64 = in getFrameRegister() local
H A DMipsISelLowering.h476 SelectionDAG &DAG, bool IsN64) const { in getAddrGPRel()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp221 bool IsN64 = ABIName == "64"; in getMIPSTargetFeatures() local