Searched refs:hasMips64 (Results 1 – 8 of 8) sorted by relevance
192 hasMips64(); in hasMips32()210 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function274 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; } in stackAlignment()
89 if (Subtarget.hasMips64()) in getCalleeSavedRegs()
562 if (!STI.isABI_O32() || STI.hasMips64()) in emitInterruptPrologueStub()871 const TargetRegisterClass *RC = STI.hasMips64() ? in determineCalleeSaves()
1752 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()1767 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
182 def HasMips64 : Predicate<"Subtarget->hasMips64()">,184 def NotMips64 : Predicate<"!Subtarget->hasMips64()">,
409 if (!Subtarget.hasMips64()) in MipsTargetLowering()3617 if (Subtarget.hasMips64()) in getOptimalMemOpType()
87 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
486 bool hasMips64() const { in hasMips64() function in __anondc27f1200211::MipsAsmParser3399 if (hasMips64()) { in expandDRotation()3470 if (hasMips64()) { in expandDRotationImm()