HomeSort by: relevance | last modified time | path
    Searched refs:noNaNs (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandReductions.cpp 162 !FMF.noNaNs())
MachineInstr.cpp 553 if (Flags.noNaNs())
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 181 NoNaNs = (1 << 1),
206 bool noNaNs() const { return 0 != (Flags & NoNaNs); }
220 Flags = (Flags & ~NoNaNs) | B * NoNaNs;
272 (SubclassOptionalData & ~FastMathFlags::NoNaNs) |
273 (B * FastMathFlags::NoNaNs);
322 (SubclassOptionalData & FastMathFlags::NoNaNs) != 0 &&
337 return (SubclassOptionalData & FastMathFlags::NoNaNs) != 0;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 3673 if (FMF.noNaNs() ||
3815 if ((FMF.noNaNs() || isKnownNeverNaN(LHS, Q.TLI)) &&
4812 if (FMF.noNaNs() && (IsNan || IsUndef))
4849 if (FMF.noNaNs()) {
4904 if (FMF.noNaNs() && Op0 == Op1)
4931 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZeroFP()))
4935 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()))
4944 FMF.allowReassoc() && FMF.noNaNs() && FMF.noSignedZeros())
4996 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()))
4999 if (FMF.noNaNs()) {
    [all...]
IVDescriptors.cpp 628 (FMF.noNaNs() && FMF.noSignedZeros() && isFPMinMaxRecurrenceKind(Kind)))
ValueTracking.cpp 4894 if (FMF.noNaNs() || FMF.noInfs())
5468 if (FMF.noNaNs())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 1690 Cmp->getFastMathFlags().noNaNs())) {
1715 Cmp->getFastMathFlags().noNaNs()) ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 2890 if (FMF.noNaNs())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 7013 return I->getFastMathFlags().noNaNs();

Completed in 124 milliseconds