Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h397 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction
276 return F.getDenormalMode(FPType); in getDenormalMode()
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h687 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h580 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
DSelectionDAG.h1742 DenormalMode getDenormalMode(EVT VT) const {
1743 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h661 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
DSelectionDAG.h2003 DenormalMode getDenormalMode(EVT VT) const {
2004 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp273 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction
/external/llvm-project/llvm/lib/IR/
DFunction.cpp581 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp115 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp11821 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20772 DenormalMode DenormMode = DAG.getDenormalMode(VT); in buildSqrtEstimateImpl()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22244 DenormalMode DenormMode = DAG.getDenormalMode(VT); in buildSqrtEstimateImpl()