Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance
37 bool allowFMA() const;
149 def allowFMA : Predicate<"allowFMA()">;150 def noFMA : Predicate<"!allowFMA()">;381 Requires<[allowFMA]>;387 Requires<[allowFMA]>;393 Requires<[allowFMA, doF32FTZ]>;399 Requires<[allowFMA, doF32FTZ]>;405 Requires<[allowFMA]>;411 Requires<[allowFMA]>;418 Requires<[useFP16Math, allowFMA, doF32FTZ]>;424 Requires<[useFP16Math, allowFMA]>;[all …]
575 bool allowFMA(MachineFunction &MF, CodeGenOptLevel OptLevel) const;
76 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel78 return TL->allowFMA(*MF, OptLevel); in allowFMA()
5261 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering5349 if (!TLI->allowFMA(DCI.DAG.getMachineFunction(), OptLevel)) in PerformFADDCombineWithOperands()