Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h36 bool allowFMA() const;
H A DNVPTXISelLowering.h548 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
H A DNVPTXInstrInfo.td132 def allowFMA : Predicate<"allowFMA()">;
133 def noFMA : Predicate<"!allowFMA()">;
318 Requires<[allowFMA]>;
324 Requires<[allowFMA]>;
330 Requires<[allowFMA, doF32FTZ]>;
336 Requires<[allowFMA, doF32FTZ]>;
342 Requires<[allowFMA]>;
348 Requires<[allowFMA]>;
355 Requires<[useFP16Math, allowFMA, doF32FTZ]>;
361 Requires<[useFP16Math, allowFMA]>;
[all …]
H A DNVPTXISelDAGToDAG.cpp61 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel
63 return TL->allowFMA(*MF, OptLevel); in allowFMA()
H A DNVPTXISelLowering.cpp4444 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering
4505 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()