Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h50 bool allowUnsafeFPMath() const;
H A DNVPTXISelLowering.h224 bool allowUnsafeFPMath(const MachineFunction &MF) const;
H A DNVPTXISelDAGToDAG.cpp87 bool NVPTXDAGToDAGISel::allowUnsafeFPMath() const { in allowUnsafeFPMath() function in NVPTXDAGToDAGISel
89 return TL->allowUnsafeFPMath(*MF); in allowUnsafeFPMath()
H A DNVPTXISelLowering.cpp129 if (allowUnsafeFPMath(MF)) in getDivF32Level()
146 if (allowUnsafeFPMath(MF)) in usePrecSqrtF32()
2972 return lowerFREM(Op, DAG, allowUnsafeFPMath(DAG.getMachineFunction())); in LowerOperation()
4818 return allowUnsafeFPMath(MF); in allowFMA()
4821 bool NVPTXTargetLowering::allowUnsafeFPMath(const MachineFunction &MF) const { in allowUnsafeFPMath() function in NVPTXTargetLowering
H A DNVPTXInstrInfo.td1241 return allowUnsafeFPMath() || N->getFlags().hasApproximateFuncs();