Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp114 if (!CI->hasNoInfs() || !CI->hasApproxFunc()) in handlePowSpecialCases()
DPPCISelLowering.cpp7877 if ((!DAG.getTarget().Options.NoInfsFPMath && !Flags.hasNoInfs()) || in LowerSELECT_CC()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstruction.cpp255 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction
257 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
DAsmWriter.cpp1304 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstruction.h466 bool hasNoInfs() const;
DOperator.h342 bool hasNoInfs() const { in hasNoInfs() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1309 if (!I.hasNoInfs()) in foldFDivPowDivisor()
1419 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
DInstCombineCompares.cpp6184 if (!LHSI->hasNoInfs() || !I.hasNoInfs()) in foldFCmpReciprocalAndZero()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h402 setNoInfs(FPMO.hasNoInfs());
428 bool hasNoInfs() const { return NoInfs; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp570 if (getFlags().hasNoInfs()) in print_details()
DInstrEmitter.cpp1000 if (Flags.hasNoInfs()) in EmitMachineNode()
DDAGCombiner.cpp14362 if (Options.NoInfsFPMath || Flags.hasNoInfs()) in visitFDIV()
14419 (!Options.NoInfsFPMath && !Flags.hasNoInfs())) in visitFSQRT()
14530 if (!Flags.hasNoSignedZeros() || !Flags.hasNoInfs() || !Flags.hasNoNaNs() || in visitFPOW()
14561 if ((!Flags.hasNoSignedZeros() && ExponentIs025) || !Flags.hasNoInfs() || in visitFPOW()
15006 if (AF.isInfinity() || (Flags.hasNoInfs() && AF.isLargest())) { in visitFMinMax()
DSelectionDAG.cpp7876 if (Flags.hasNoInfs() && (HasInf || X.isUndef() || Y.isUndef())) in simplifyFPBinop()
10611 !Flags.hasNoInfs() ? APFloat::getInf(Semantics) : in getNeutralElement()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1635 if (!Pow->doesNotAccessMemory() && !Pow->hasNoInfs() && in replacePowWithSqrt()
1651 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3173 if (ScalarBits == 16 && !FMulFlags.hasNoInfs() && IsUnsigned) in transformFixedFloatingPointConversion()
3283 if (ScalarBits == 16 && !Flags.hasNoInfs() && IsUnsigned) in tryFP_TO_INT()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1476 if (FPMO->hasNoInfs()) in getOptimizationFlags()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp3659 if (FPMathOp->hasNoInfs()) in isKnownNeverInfinity()
DInstructionSimplify.cpp5740 (C->isInfinity() || (Q.CxtI->hasNoInfs() && C->isLargest()))) { in simplifyBinaryIntrinsic()