Searched refs:hasMips64 (Results 1 – 7 of 7) sorted by relevance
178 hasMips64(); in hasMips32()196 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64() function256 unsigned stackAlignment() const { return hasMips64() ? 16 : 8; } in stackAlignment()
630 const TargetRegisterClass *RC = STI.hasMips64() ? in processFunctionBeforeCalleeSavedScan()
1738 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()1753 if (Subtarget.hasMips64()) in lowerINTRINSIC_WO_CHAIN()
388 if (!Subtarget.hasMips64()) in MipsTargetLowering()3546 if (Subtarget.hasMips64()) in getOptimalMemOpType()
177 def HasMips64 : Predicate<"Subtarget->hasMips64()">,
144 if (P.hasMips64()) { in setISALevelAndRevisionFromPredicates()
397 bool hasMips64() const { in hasMips64() function in __anond0efcad40211::MipsAsmParser