Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance
36 bool allowFMA() const;
548 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
132 def allowFMA : Predicate<"allowFMA()">;133 def noFMA : Predicate<"!allowFMA()">;318 Requires<[allowFMA]>;324 Requires<[allowFMA]>;330 Requires<[allowFMA, doF32FTZ]>;336 Requires<[allowFMA, doF32FTZ]>;342 Requires<[allowFMA]>;348 Requires<[allowFMA]>;355 Requires<[useFP16Math, allowFMA, doF32FTZ]>;361 Requires<[useFP16Math, allowFMA]>;[all …]
61 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel63 return TL->allowFMA(*MF, OptLevel); in allowFMA()
4444 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering4505 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()