Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp373 DenormalMode Mode = II->getFunction()->getDenormalMode( in simplifyNvvmIntrinsic()
H A DNVPTXISelLowering.cpp116 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h650 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp307 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction
308 return F.getDenormalMode(FPType); in getDenormalMode()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h799 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
H A DSelectionDAG.h2289 DenormalMode getDenormalMode(EVT VT) const {
2290 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1363 I->getFunction()->getDenormalMode(Ty->getFltSemantics()); in FlushFPConstant()
1968 CI->getFunction()->getDenormalMode(Src.getSemantics()); in constantFoldCanonicalize()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp699 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6711 DenormalMode Mode = F->getDenormalMode(C->getSemantics()); in foldFabsWithFcmpZero()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15484 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()
26002 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12876 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()