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