Searched refs:hasMips4_32r2 (Results 1 – 3 of 3) sorted by relevance
229 if (LS->getMemoryVT() == MVT::f32 && Subtarget->hasMips4_32r2()) in selectAddr16()231 if (LS->getMemoryVT() == MVT::f64 && Subtarget->hasMips4_32r2()) in selectAddr16()
191 bool hasMips4_32r2() const { return HasMips4_32r2; } in hasMips4_32r2() function
159 def HasMips4_32r2 : Predicate<"Subtarget->hasMips4_32r2()">,