Home
last modified time | relevance | path

Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h37 bool allowFMA() const;
H A DNVPTXInstrInfo.td148 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 …]
H A DNVPTXISelLowering.h571 bool allowFMA(MachineFunction &MF, CodeGenOptLevel OptLevel) const;
H A DNVPTXISelDAGToDAG.cpp67 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel
69 return TL->allowFMA(*MF, OptLevel); in allowFMA()
H A DNVPTXISelLowering.cpp5062 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering
5122 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()