Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance
36 bool allowFMA() const;
513 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
146 def allowFMA : Predicate<"allowFMA()">;147 def noFMA : Predicate<"!allowFMA()">;220 Requires<[allowFMA]>;226 Requires<[allowFMA]>;232 Requires<[allowFMA, doF32FTZ]>;238 Requires<[allowFMA, doF32FTZ]>;244 Requires<[allowFMA]>;250 Requires<[allowFMA]>;
3813 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering3873 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()
101 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel103 return TL->allowFMA(*MF, OptLevel); in allowFMA()