Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h42 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function
H A DMipsELFObjectWriter.cpp668 bool IsN64 = TT.isArch64Bit() && !IsN32; createMipsELFObjectWriter() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp274 bool IsN64 = in getFrameRegister() local
H A DMipsISelLowering.h480 getAddrGPRel(NodeTy * N,const SDLoc & DL,EVT Ty,SelectionDAG & DAG,bool IsN64) getAddrGPRel() argument
/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp221 bool IsN64 = ABIName == "64"; in getMIPSTargetFeatures() local