Searched refs:hasMadMixInsts (Results 1 – 4 of 4) sorted by relevance
147 bool hasMadMixInsts() const { in hasMadMixInsts() function
1103 def HasMadMixInsts : Predicate<"Subtarget->hasMadMixInsts()">,
2105 if (VT != MVT::f32 || (!Subtarget->hasMadMixInsts() && in SelectFMAD_FMA()2107 ((IsFMA && Subtarget->hasMadMixInsts()) || in SelectFMAD_FMA()
782 return ((Opcode == ISD::FMAD && Subtarget->hasMadMixInsts()) || in isFPExtFoldable()