Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.cpp29 if (IsN32() || IsN64()) in GetByValArgRegs()
37 if (IsN32() || IsN64()) in GetVarArgRegs()
45 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes()
DMipsABIInfo.h43 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function
76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
DMipsTargetStreamer.cpp789 else if (getABI().IsN32()) in finish()
1001 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad()
1063 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore()
1077 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup()
1094 if (getABI().IsN32()) { in emitDirectiveCpsetup()
1134 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
DMipsOptionRecord.cpp53 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4); in EmitMipsOptionRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.cpp29 if (IsN32() || IsN64()) in GetByValArgRegs()
37 if (IsN32() || IsN64()) in GetVarArgRegs()
45 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes()
DMipsABIInfo.h43 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function
76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
DMipsAsmBackend.h33 bool IsN32; variable
39 TheTriple(TT), IsN32(N32) {} in MipsAsmBackend()
DMipsMCTargetDesc.h53 createMipsELFObjectWriter(const Triple &TT, bool IsN32);
DMipsTargetStreamer.cpp900 else if (getABI().IsN32()) in finish()
1115 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad()
1177 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore()
1191 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup()
1208 if (getABI().IsN32()) { in emitDirectiveCpsetup()
1248 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
DMipsOptionRecord.cpp59 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4); in EmitMipsOptionRecord()
DMipsELFObjectWriter.cpp679 llvm::createMipsELFObjectWriter(const Triple &TT, bool IsN32) { in createMipsELFObjectWriter() argument
681 bool IsN64 = TT.isArch64Bit() && !IsN32; in createMipsELFObjectWriter()
DMipsAsmBackend.cpp221 return createMipsELFObjectWriter(TheTriple, IsN32); in createObjectTargetWriter()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp172 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32()
DMipsTargetMachine.cpp73 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
DMipsISelLowering.cpp433 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4); in MipsTargetLowering()
1779 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerGlobalAddress()
1789 (ABI.IsN32() || ABI.IsN64()) ? MipsII::MO_GOT_DISP : MipsII::MO_GOT, in lowerGlobalAddress()
1801 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerBlockAddress()
1895 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerJumpTable()
1917 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerConstantPool()
1943 unsigned ArgSlotSizeInBytes = (ABI.IsN32() || ABI.IsN64()) ? 8 : 4; in lowerVAARG()
2836 Callee = getAddrLocal(G, DL, Ty, DAG, ABI.IsN32() || ABI.IsN64()); in LowerCall()
DMipsSEISelDAGToDAG.cpp181 if (ABI.IsN32()) { in initGlobalBaseReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp262 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32()
DMipsSEISelDAGToDAG.cpp189 if (ABI.IsN32()) { in initGlobalBaseReg()
1067 (ABI.IsN32() || ABI.IsN64()))) { in trySelect()
1116 (ABI.IsN32() || ABI.IsN64())) { in trySelect()
1233 } else if (ABI.IsN64() || ABI.IsN32()) { in trySelect()
DMipsTargetMachine.cpp89 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
DMipsISelLowering.cpp518 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4); in MipsTargetLowering()
1971 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerGlobalAddress()
1981 (ABI.IsN32() || ABI.IsN64()) ? MipsII::MO_GOT_DISP : MipsII::MO_GOT, in lowerGlobalAddress()
1994 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerBlockAddress()
2089 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerJumpTable()
2112 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerConstantPool()
2138 unsigned ArgSlotSizeInBytes = (ABI.IsN32() || ABI.IsN64()) ? 8 : 4; in lowerVAARG()
3121 Callee = getAddrLocal(G, DL, Ty, DAG, ABI.IsN32() || ABI.IsN64()); in LowerCall()
3481 if ((ABI.IsN32() || ABI.IsN64()) && Type == MVT::i32) in shouldSignExtendTypeInLibCall()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp453 bool isABI_N32() const { return ABI.IsN32(); } in isABI_N32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp538 bool isABI_N32() const { return ABI.IsN32(); } in isABI_N32()