Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance
49 bool allowFMA() const;
223 bool allowFMA(MachineFunction &MF, CodeGenOptLevel OptLevel) const;
82 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel84 return TL->allowFMA(*MF, OptLevel); in allowFMA()
4804 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering4888 if (!(TLI->allowFMA(DCI.DAG.getMachineFunction(), OptLevel) || in PerformFADDCombineWithOperands()
432 return allowFMA() || N->getFlags().hasAllowContract();