/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.cpp | 29 if (IsN32() || IsN64()) in GetByValArgRegs() 37 if (IsN32() || IsN64()) in GetVarArgRegs() 45 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes()
|
D | MipsABIInfo.h | 43 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function 76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
D | MipsTargetStreamer.cpp | 789 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()
|
D | MipsOptionRecord.cpp | 53 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4); in EmitMipsOptionRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.cpp | 29 if (IsN32() || IsN64()) in GetByValArgRegs() 37 if (IsN32() || IsN64()) in GetVarArgRegs() 45 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes()
|
D | MipsABIInfo.h | 43 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function 76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
D | MipsAsmBackend.h | 33 bool IsN32; variable 39 TheTriple(TT), IsN32(N32) {} in MipsAsmBackend()
|
D | MipsMCTargetDesc.h | 53 createMipsELFObjectWriter(const Triple &TT, bool IsN32);
|
D | MipsTargetStreamer.cpp | 900 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()
|
D | MipsOptionRecord.cpp | 59 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4); in EmitMipsOptionRecord()
|
D | MipsELFObjectWriter.cpp | 679 llvm::createMipsELFObjectWriter(const Triple &TT, bool IsN32) { in createMipsELFObjectWriter() argument 681 bool IsN64 = TT.isArch64Bit() && !IsN32; in createMipsELFObjectWriter()
|
D | MipsAsmBackend.cpp | 221 return createMipsELFObjectWriter(TheTriple, IsN32); in createObjectTargetWriter()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 172 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32()
|
D | MipsTargetMachine.cpp | 73 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
D | MipsISelLowering.cpp | 433 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()
|
D | MipsSEISelDAGToDAG.cpp | 181 if (ABI.IsN32()) { in initGlobalBaseReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 262 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32()
|
D | MipsSEISelDAGToDAG.cpp | 189 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()
|
D | MipsTargetMachine.cpp | 89 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
D | MipsISelLowering.cpp | 518 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/ |
D | MipsAsmParser.cpp | 453 bool isABI_N32() const { return ABI.IsN32(); } in isABI_N32()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 538 bool isABI_N32() const { return ABI.IsN32(); } in isABI_N32()
|