Searched refs:hasFmaMixInsts (Results 1 – 4 of 4) sorted by relevance
541 bool hasFmaMixInsts() const { in hasFmaMixInsts() function
1125 def HasFmaMixInsts : Predicate<"Subtarget->hasFmaMixInsts()">,
2106 !Subtarget->hasFmaMixInsts()) || in SelectFMAD_FMA()2108 (!IsFMA && Subtarget->hasFmaMixInsts()))) { in SelectFMAD_FMA()
783 (Opcode == ISD::FMA && Subtarget->hasFmaMixInsts())) && in isFPExtFoldable()