Home
last modified time | relevance | path

Searched refs:getDenormalMode (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h392 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h723 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction
276 return F.getDenormalMode(FPType); in getDenormalMode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h733 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
H A DSelectionDAG.h2003 DenormalMode getDenormalMode(EVT VT) const {
2004 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp629 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp115 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13875 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()
22976 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12081 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()