Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h453 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp347 DenormalMode Mode = II->getFunction()->getDenormalMode( in simplifyNvvmIntrinsic()
H A DNVPTXISelLowering.cpp126 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp324 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction
325 return F.getDenormalMode(FPType); in getDenormalMode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h704 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h844 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
H A DSelectionDAG.h2372 DenormalMode getDenormalMode(EVT VT) const {
2373 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4223 return F.getDenormalMode(Ty->getFltSemantics()).Input == DenormalMode::IEEE; in inputDenormalIsIEEE()
4228 DenormalMode Mode = F.getDenormalMode(Ty->getFltSemantics()); in inputDenormalIsIEEEOrPosZero()
4235 DenormalMode Mode = F.getDenormalMode(Ty->getFltSemantics()); in outputDenormalIsIEEEOrPosZero()
4260 DenormalMode Mode = F.getDenormalMode(Ty->getScalarType()->getFltSemantics()); in isKnownNeverLogicalPosZero()
4288 DenormalMode Mode = F.getDenormalMode(Ty->getScalarType()->getFltSemantics()); in propagateDenormal()
5195 DenormalMode Mode = Parent->getDenormalMode( in computeKnownFPClass()
5251 DenormalMode DenormMode = F->getDenormalMode(FPType); in computeKnownFPClass()
H A DConstantFolding.cpp1316 I->getFunction()->getDenormalMode(Ty->getFltSemantics()); in FlushFPConstant()
1990 CI->getFunction()->getDenormalMode(Src.getSemantics()); in constantFoldCanonicalize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp786 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp837 return F.getDenormalMode(Ty->getFltSemantics()).Input == DenormalMode::IEEE; in inputDenormalIsIEEE()
842 return F.getDenormalMode(Ty->getFltSemantics()).inputsAreZero(); in inputDenormalIsDAZ()
H A DInstCombineCompares.cpp7900 DenormalMode Mode = F->getDenormalMode(C->getSemantics()); in foldFabsWithFcmpZero()
8039 I.getFunction()->getDenormalMode( in foldFCmpFSubIntoFCmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3429 DenormalMode Mode = F.getDenormalMode(APFloat::IEEEsingle()); in identifyDefaultAbstractAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12611 DAG.getMachineFunction().getDenormalMode(F.getSemantics()); in isCanonicalized()
12814 DenormalMode Mode = MF.getDenormalMode(FCR->Value.getSemantics()); in isCanonicalized()
12919 DAG.getMachineFunction().getDenormalMode(C.getSemantics()); in getCanonicalConstantFP()
16067 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt);
H A DAMDGPULegalizerInfo.cpp3260 MF.getDenormalMode(APFloat::IEEEsingle()).Input != in needsDenormHandlingF32()
H A DAMDGPUISelLowering.cpp2587 .getDenormalMode(APFloat::IEEEsingle()) in needsDenormHandlingF32()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8550 MF.getDenormalMode(Semantics).Input == DenormalMode::IEEE) in isFCmpEqualZero()
8553 MF.getDenormalMode(Semantics).inputsAreZero()) in isFCmpEqualZero()
H A DDAGCombiner.cpp16801 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()
28227 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()