Searched refs:IsN32 (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsABIInfo.cpp | 35 if (IsN32() || IsN64()) in GetByValArgRegs() 47 if (IsN32() || IsN64()) in getVarArgRegs() 55 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes()
|
| H A D | MipsAsmBackend.h | 30 bool IsN32; variable 37 TheTriple(TT), IsN32(N32) {} in MipsAsmBackend()
|
| H A D | MipsABIInfo.h | 41 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function 74 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
| H A D | MipsMCAsmInfo.cpp | 29 if (TheTriple.isMIPS64() && !ABI.IsN32()) in MipsELFMCAsmInfo() 34 else if (ABI.IsN32() || ABI.IsN64()) in MipsELFMCAsmInfo()
|
| H A D | MipsMCTargetDesc.h | 55 createMipsELFObjectWriter(const Triple &TT, bool IsN32);
|
| H A D | MipsTargetStreamer.cpp | 142 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 D | MipsOptionRecord.cpp | 55 Sec->setAlignment(MTS->getABI().IsN32() ? Align(8) : Align(4)); in EmitMipsOptionRecord()
|
| H A D | MipsAsmBackend.cpp | 221 return createMipsELFObjectWriter(TheTriple, IsN32); in createObjectTargetWriter() 626 ABI.IsN32()); in createMipsAsmBackend()
|
| H A D | MipsELFObjectWriter.cpp | 601 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 D | MipsSubtarget.cpp | 285 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32()
|
| H A D | MipsMachineFunction.cpp | 119 if (ABI.IsN32()) { in initGlobalBaseReg()
|
| H A D | MipsTargetMachine.cpp | 108 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
| H A D | MipsSEISelDAGToDAG.cpp | 1093 (ABI.IsN32() || ABI.IsN64()))) { in trySelect() 1143 (ABI.IsN32() || ABI.IsN64())) { in trySelect() 1260 } else if (ABI.IsN64() || ABI.IsN32()) { in trySelect()
|
| H A D | MipsISelLowering.cpp | 538 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 D | MipsAsmParser.cpp | 591 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()
|