Searched refs:hasMips64 (Results 1 – 16 of 16) sorted by relevance
44 MipsABI = hasMips64() ? N64 : O32; in MipsSubtarget()47 assert(((!hasMips64() && (isABI_O32() || isABI_EABI())) || in MipsSubtarget()48 (hasMips64() && (isABI_N32() || isABI_N64()))) && in MipsSubtarget()
30 : TargetFrameLowering(StackGrowsDown, sti.hasMips64() ? 16 : 8, 0), in MipsFrameLowering()
111 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function
101 if (!Subtarget.hasMips64()) in addPreRegAlloc()
181 else if (!Subtarget.hasMips64()) in getCalleeSavedRegs()208 if (Subtarget.hasMips64()) { in getReservedRegs()
130 def HasMips64 : Predicate<"Subtarget.hasMips64()">;131 def NotMips64 : Predicate<"!Subtarget.hasMips64()">;
87 HasMips64(Subtarget->hasMips64()), IsN64(Subtarget->isABI_N64()) { in MipsTargetLowering()
194 hasMips64(); in hasMips32()212 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function278 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; } in stackAlignment()
45 ? STI.hasMips64() in getGlobalBaseReg()
101 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
560 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()869 const TargetRegisterClass *RC = STI.hasMips64() ? in determineCalleeSaves()
1751 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()1766 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
186 def HasMips64 : Predicate<"Subtarget->hasMips64()">,188 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
404 if (!Subtarget.hasMips64()) in MipsTargetLowering()3695 if (Subtarget.hasMips64()) in getOptimalMemOpType()
87 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
485 bool hasMips64() const { in hasMips64() function in __anond0efcad40211::MipsAsmParser3545 if (hasMips64()) { in expandDRotation()3617 if (hasMips64()) { in expandDRotationImm()