Home
last modified time | relevance | path

Searched refs:noNaNs (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h195 return !II->getFastMathFlags().noNaNs(); in shouldExpandReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h188 !II->getFastMathFlags().noNaNs(); in shouldExpandReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h206 bool noNaNs() const { return 0 != (Flags & NoNaNs); } in noNaNs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3541 if (FMF.noNaNs() || in SimplifyFCmpInst()
3668 if ((FMF.noNaNs() || isKnownNeverNaN(LHS, Q.TLI)) && in SimplifyFCmpInst()
4602 if (FMF.noNaNs()) { in SimplifyFAddInst()
4657 if (FMF.noNaNs() && Op0 == Op1) in SimplifyFSubInst()
4684 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZeroFP())) in SimplifyFMAFMul()
4688 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP())) in SimplifyFMAFMul()
4697 FMF.allowReassoc() && FMF.noNaNs() && FMF.noSignedZeros()) in SimplifyFMAFMul()
4749 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP())) in SimplifyFDivInst()
4752 if (FMF.noNaNs()) { in SimplifyFDivInst()
4790 if (FMF.noNaNs()) { in SimplifyFRemInst()
DValueTracking.cpp4620 if (FMF.noNaNs()) in isKnownNonNaN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1251 if (FMF.noNaNs())
1256 if (FMF.noNaNs())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp1401 Cmp->getFastMathFlags().noNaNs())) { in impliesEquivalanceIfTrue()
1426 Cmp->getFastMathFlags().noNaNs()) || in impliesEquivalanceIfFalse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp545 if (Flags.noNaNs()) in copyFlagsFromInstruction()