Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h670 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp300 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction
301 return F.getDenormalMode(FPType); in getDenormalMode()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h782 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
H A DSelectionDAG.h2183 DenormalMode getDenormalMode(EVT VT) const {
2184 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp674 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1364 I->getFunction()->getDenormalMode(Ty->getFltSemantics()); in FlushFPConstant()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp115 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14849 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()
24555 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12713 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()