Searched refs:hasFmaMixInsts (Results 1 – 4 of 4) sorted by relevance
508 bool hasFmaMixInsts() const { in hasFmaMixInsts() function
716 def HasFmaMixInsts : Predicate<"Subtarget->hasFmaMixInsts()">,
1724 !Subtarget->hasFmaMixInsts()) || in SelectFMAD_FMA()1726 (!IsFMA && Subtarget->hasFmaMixInsts()))) { in SelectFMAD_FMA()
686 (Opcode == ISD::FMA && Subtarget->hasFmaMixInsts())) && in isFPExtFoldable()