Searched refs:hasFMA (Results 1 – 6 of 6) sorted by relevance
119 bool hasFMA() const { return FMA; } in hasFMA() function
440 bool hasFMA() const { in hasFMA() function
100 def FMA : Predicate<"Subtarget->hasFMA()">;
156 if (!Subtarget->hasFMA()) in R600TargetLowering()
203 bool hasAnyFMA() const { return hasFMA() || hasFMA4(); } in hasAnyFMA()
114 def HasFMA : Predicate<"Subtarget->hasFMA()">;