Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h445 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp347 DenormalMode Mode = II->getFunction()->getDenormalMode( in simplifyNvvmIntrinsic()
H A DNVPTXISelLowering.cpp124 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp323 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction
324 return F.getDenormalMode(FPType); in getDenormalMode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h683 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h843 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
H A DSelectionDAG.h2350 DenormalMode getDenormalMode(EVT VT) const {
2351 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3910 return F.getDenormalMode(Ty->getFltSemantics()).Input == DenormalMode::IEEE; in inputDenormalIsIEEE()
3915 DenormalMode Mode = F.getDenormalMode(Ty->getFltSemantics()); in inputDenormalIsIEEEOrPosZero()
3922 DenormalMode Mode = F.getDenormalMode(Ty->getFltSemantics()); in outputDenormalIsIEEEOrPosZero()
3947 DenormalMode Mode = F.getDenormalMode(Ty->getScalarType()->getFltSemantics()); in isKnownNeverLogicalPosZero()
3975 DenormalMode Mode = F.getDenormalMode(Ty->getScalarType()->getFltSemantics()); in propagateDenormal()
4622 DenormalMode Mode = Parent->getDenormalMode( in computeKnownFPClass()
4658 DenormalMode DenormMode = F->getDenormalMode(FPType); in computeKnownFPClass()
H A DConstantFolding.cpp1331 I->getFunction()->getDenormalMode(Ty->getFltSemantics()); in FlushFPConstant()
1963 CI->getFunction()->getDenormalMode(Src.getSemantics()); in constantFoldCanonicalize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp725 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp842 return F.getDenormalMode(Ty->getFltSemantics()).Input == DenormalMode::IEEE; in inputDenormalIsIEEE()
847 return F.getDenormalMode(Ty->getFltSemantics()).inputsAreZero(); in inputDenormalIsDAZ()
H A DInstCombineCompares.cpp7530 DenormalMode Mode = F->getDenormalMode(C->getSemantics()); in foldFabsWithFcmpZero()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3424 DenormalMode Mode = F.getDenormalMode(APFloat::IEEEsingle()); in identifyDefaultAbstractAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12340 DAG.getMachineFunction().getDenormalMode(F.getSemantics()); in isCanonicalized()
12518 DenormalMode Mode = MF.getDenormalMode(FCR->Value.getSemantics()); in isCanonicalized()
12623 DAG.getMachineFunction().getDenormalMode(C.getSemantics()); in getCanonicalConstantFP()
15733 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()
H A DAMDGPULegalizerInfo.cpp3164 MF.getDenormalMode(APFloat::IEEEsingle()).Input != in needsDenormHandlingF32()
H A DAMDGPUISelLowering.cpp2546 .getDenormalMode(APFloat::IEEEsingle()) in needsDenormHandlingF32()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8346 MF.getDenormalMode(Semantics).Input == DenormalMode::IEEE) in isFCmpEqualZero()
8349 MF.getDenormalMode(Semantics).inputsAreZero()) in isFCmpEqualZero()
H A DDAGCombiner.cpp16499 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()
27833 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()