Home
last modified time | relevance | path

Searched refs:hasMips64 (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.cpp44 MipsABI = hasMips64() ? N64 : O32; in MipsSubtarget()
47 assert(((!hasMips64() && (isABI_O32() || isABI_EABI())) || in MipsSubtarget()
48 (hasMips64() && (isABI_N32() || isABI_N64()))) && in MipsSubtarget()
DMipsFrameLowering.h30 : TargetFrameLowering(StackGrowsDown, sti.hasMips64() ? 16 : 8, 0), in MipsFrameLowering()
DMipsSubtarget.h111 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
DMipsTargetMachine.cpp101 if (!Subtarget.hasMips64()) in addPreRegAlloc()
DMipsRegisterInfo.cpp181 else if (!Subtarget.hasMips64()) in getCalleeSavedRegs()
208 if (Subtarget.hasMips64()) { in getReservedRegs()
DMipsInstrInfo.td130 def HasMips64 : Predicate<"Subtarget.hasMips64()">;
131 def NotMips64 : Predicate<"!Subtarget.hasMips64()">;
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h194 hasMips64(); in hasMips32()
212 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
278 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; } in stackAlignment()
DMipsMachineFunction.cpp45 ? STI.hasMips64() in getGlobalBaseReg()
DMipsRegisterInfo.cpp101 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
DMipsSEFrameLowering.cpp560 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()
869 const TargetRegisterClass *RC = STI.hasMips64() ? in determineCalleeSaves()
DMipsSEISelLowering.cpp1751 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
1766 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp404 if (!Subtarget.hasMips64()) in MipsTargetLowering()
3695 if (Subtarget.hasMips64()) in getOptimalMemOpType()
DMipsInstrInfo.td186 def HasMips64 : Predicate<"Subtarget->hasMips64()">,
188 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp156 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget()
166 if (hasMips64() && !hasMips64r2()) { in MipsSubtarget()
177 StringRef ArchName = hasMips64() ? "MIPS64" : "MIPS32"; in MipsSubtarget()
DMipsSubtarget.h243 hasMips64(); in hasMips32()
261 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
DMipsRegisterInfo.cpp98 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
DMipsSEISelLowering.cpp1739 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
1754 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
3636 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO()
3637 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPROUND_PSEUDO()
3741 bool IsFGR64onMips64 = Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO()
3742 bool IsFGR64onMips32 = !Subtarget.hasMips64() && IsFGR64; in emitFPEXTEND_PSEUDO()
DMipsSEFrameLowering.cpp585 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()
DMipsISelLowering.cpp480 if (!Subtarget.hasMips64()) in MipsTargetLowering()
988 if (Subtarget.hasMips64()) in performMADD_MSUBCombine()
3997 if (Subtarget.hasMips64()) in getOptimalMemOpType()
DMipsInstrInfo.td195 def HasMips64 : Predicate<"Subtarget->hasMips64()">,
197 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h87 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h85 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp485 bool hasMips64() const { in hasMips64() function in __anond0efcad40211::MipsAsmParser
3545 if (hasMips64()) { in expandDRotation()
3617 if (hasMips64()) { in expandDRotationImm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp577 bool hasMips64() const { in hasMips64() function in __anon065d760c0211::MipsAsmParser
4568 if (hasMips64()) { in expandDRotation()
4638 if (hasMips64()) { in expandDRotationImm()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc1598 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget…
1621 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget…
1644 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget…
1667 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget…
1691 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget…
1713 …C_CheckPatternPredicate, 30, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64()) && (Subtarget…
12734 /* 23456*/ OPC_CheckPatternPredicate, 51, // (Subtarget->hasMips64()) && (Subtarget->hasSt…
12771 /* 23518*/ OPC_CheckPatternPredicate, 51, // (Subtarget->hasMips64()) && (Subtarget->hasSt…
15477 /* 28377*/ OPC_CheckPatternPredicate, 55, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64
15492 /* 28404*/ OPC_CheckPatternPredicate, 55, // (Subtarget->hasCnMips()) && (Subtarget->hasMips64
[all …]

12