Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h37 bool allowFMA() const;
H A DNVPTXInstrInfo.td149 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 …]
H A DNVPTXISelLowering.h575 bool allowFMA(MachineFunction &MF, CodeGenOptLevel OptLevel) const;
H A DNVPTXISelDAGToDAG.cpp76 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel
78 return TL->allowFMA(*MF, OptLevel); in allowFMA()
H A DNVPTXISelLowering.cpp5261 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering
5349 if (!TLI->allowFMA(DCI.DAG.getMachineFunction(), OptLevel)) in PerformFADDCombineWithOperands()