Searched refs:hasSwap (Results 1 – 3 of 3) sorted by relevance
193 bool hasSwap() const { return HasSwap; } in hasSwap() function
154 def HasSwap : Predicate<"Subtarget.hasSwap()">,
376 if (!Subtarget->hasSwap()) { in MipsTargetLowering()