Home
last modified time | relevance | path

Searched refs:IsN32 (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp35 if (IsN32() || IsN64()) in GetByValArgRegs()
47 if (IsN32() || IsN64()) in getVarArgRegs()
55 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes()
H A DMipsAsmBackend.h30 bool IsN32; variable
37 TheTriple(TT), IsN32(N32) {} in MipsAsmBackend()
H A DMipsABIInfo.h41 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function
74 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
H A DMipsMCAsmInfo.cpp29 if (TheTriple.isMIPS64() && !ABI.IsN32()) in MipsELFMCAsmInfo()
34 else if (ABI.IsN32() || ABI.IsN64()) in MipsELFMCAsmInfo()
H A DMipsMCTargetDesc.h55 createMipsELFObjectWriter(const Triple &TT, bool IsN32);
H A DMipsTargetStreamer.cpp142 if (!getABI().IsN32() && !getABI().IsN64()) in emitDirectiveCpLocal()
989 else if (getABI().IsN32()) in finish()
1250 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad()
1309 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore()
1323 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup()
1355 if (getABI().IsN32()) in emitDirectiveCpsetup()
1364 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
H A DMipsOptionRecord.cpp55 Sec->setAlignment(MTS->getABI().IsN32() ? Align(8) : Align(4)); in EmitMipsOptionRecord()
H A DMipsAsmBackend.cpp221 return createMipsELFObjectWriter(TheTriple, IsN32); in createObjectTargetWriter()
626 ABI.IsN32()); in createMipsAsmBackend()
H A DMipsELFObjectWriter.cpp601 llvm::createMipsELFObjectWriter(const Triple &TT, bool IsN32) { in createMipsELFObjectWriter() argument
603 bool IsN64 = TT.isArch64Bit() && !IsN32; in createMipsELFObjectWriter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp285 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32()
H A DMipsMachineFunction.cpp119 if (ABI.IsN32()) { in initGlobalBaseReg()
H A DMipsTargetMachine.cpp108 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
H A DMipsSEISelDAGToDAG.cpp1093 (ABI.IsN32() || ABI.IsN64()))) { in trySelect()
1143 (ABI.IsN32() || ABI.IsN64())) { in trySelect()
1260 } else if (ABI.IsN64() || ABI.IsN32()) { in trySelect()
H A DMipsISelLowering.cpp538 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? Align(8) in MipsTargetLowering()
2271 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerGlobalAddress()
2281 (ABI.IsN32() || ABI.IsN64()) ? MipsII::MO_GOT_DISP : MipsII::MO_GOT, in lowerGlobalAddress()
2294 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerBlockAddress()
2389 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerJumpTable()
2412 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerConstantPool()
2439 unsigned ArgSlotSizeInBytes = (ABI.IsN32() || ABI.IsN64()) ? 8 : 4; in lowerVAARG()
2658 if ((ABI.IsN32() || ABI.IsN64()) && (Op.getValueType() == MVT::f64)) in lowerFABS()
3607 Callee = getAddrLocal(G, DL, Ty, DAG, ABI.IsN32() || ABI.IsN64()); in LowerCall()
3973 if ((ABI.IsN32() || ABI.IsN64()) && Ty->isIntegerTy(32)) in shouldSignExtendTypeInLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp591 return ABI.IsN32() || ABI.IsN64(); in isJalrRelocAvailable()
596 bool isABI_N32() const { return ABI.IsN32(); } in isABI_N32()
3037 if (ABI.IsN32() || ABI.IsN64()) { in loadAndAddSymbolAddress()