Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance
37 bool allowFMA() const;
514 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
144 def allowFMA : Predicate<"allowFMA()">;145 def noFMA : Predicate<"!allowFMA()">;206 Requires<[allowFMA]>;212 Requires<[allowFMA]>;218 Requires<[allowFMA, doF32FTZ]>;224 Requires<[allowFMA, doF32FTZ]>;230 Requires<[allowFMA]>;236 Requires<[allowFMA]>;
3797 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering3857 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()
99 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel101 return TL->allowFMA(*MF, OptLevel); in allowFMA()