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.h49 bool allowFMA() const;
H A DNVPTXISelLowering.h223 bool allowFMA(MachineFunction &MF, CodeGenOptLevel OptLevel) const;
H A DNVPTXISelDAGToDAG.cpp82 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel
84 return TL->allowFMA(*MF, OptLevel); in allowFMA()
H A DNVPTXISelLowering.cpp4804 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering
4888 if (!(TLI->allowFMA(DCI.DAG.getMachineFunction(), OptLevel) || in PerformFADDCombineWithOperands()
H A DNVPTXInstrInfo.td432 return allowFMA() || N->getFlags().hasAllowContract();