Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h324 bool hasNoInfs() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp209 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction
211 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
DAsmWriter.cpp1263 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h413 bool hasNoInfs() const;
DOperator.h338 bool hasNoInfs() const { in hasNoInfs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp532 if (getFlags().hasNoInfs()) in print_details()
DInstrEmitter.cpp865 if (Flags.hasNoInfs()) in EmitMachineNode()
DDAGCombiner.cpp12946 if (!Flags.hasNoSignedZeros() || !Flags.hasNoInfs() || !Flags.hasNoNaNs() || in visitFPOW()
12977 if ((!Flags.hasNoSignedZeros() && ExponentIs025) || !Flags.hasNoInfs() || in visitFPOW()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h395 setNoInfs(FPMO.hasNoInfs());
463 bool hasNoInfs() const { return NoInfs; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1297 if (I.hasNoNaNs() && I.hasNoInfs() && in visitFDiv()
DInstCombineCompares.cpp5950 if (!LHSI->hasNoInfs() || !I.hasNoInfs()) in foldFCmpReciprocalAndZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1593 Pow->hasNoInfs() && BaseF->isNormal() && !BaseF->isNegative()) { in replacePowWithExp()
1664 if (!Pow->hasNoInfs()) { in replacePowWithSqrt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp3202 if (FPMathOp->hasNoInfs()) in isKnownNeverInfinity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1407 if (FPMO->hasNoInfs()) in getOptimizationFlags()