Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h395 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h722 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h669 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
H A DSelectionDAG.h1976 DenormalMode getDenormalMode(EVT VT) const {
1977 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp636 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp115 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13680 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()
22697 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12103 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()