Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance
37 bool allowFMA() const;
148 def allowFMA : Predicate<"allowFMA()">;149 def noFMA : Predicate<"!allowFMA()">;376 Requires<[allowFMA]>;382 Requires<[allowFMA]>;388 Requires<[allowFMA, doF32FTZ]>;394 Requires<[allowFMA, doF32FTZ]>;400 Requires<[allowFMA]>;406 Requires<[allowFMA]>;419 Requires<[useFP16Math, allowFMA]>;432 Requires<[useFP16Math, allowFMA]>;[all …]
571 bool allowFMA(MachineFunction &MF, CodeGenOptLevel OptLevel) const;
67 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel69 return TL->allowFMA(*MF, OptLevel); in allowFMA()
5062 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering5122 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()