/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 195 return !II->getFastMathFlags().noNaNs(); in shouldExpandReduction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 188 !II->getFastMathFlags().noNaNs(); in shouldExpandReduction()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 189 bool noNaNs() const { return 0 != (Flags & NoNaNs); } in noNaNs() function
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.cc | 97 if (b->getFastMathFlags().noNaNs() || enable_fast_min_max) { in EmitFloatMax() 111 if (b->getFastMathFlags().noNaNs() || enable_fast_min_max) { in EmitFloatMin()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 770 if (FMF.noNaNs()) in getIntrinsicInstrCost() 775 if (FMF.noNaNs()) in getIntrinsicInstrCost()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 206 bool noNaNs() const { return 0 != (Flags & NoNaNs); } in noNaNs() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 206 bool noNaNs() const { return 0 != (Flags & NoNaNs); } in noNaNs() function
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3628 if (FMF.noNaNs() || in SimplifyFCmpInst() 3770 if ((FMF.noNaNs() || isKnownNeverNaN(LHS, Q.TLI)) && in SimplifyFCmpInst() 4751 if (FMF.noNaNs() && (IsNan || IsUndef)) in simplifyFPOp() 4788 if (FMF.noNaNs()) { in SimplifyFAddInst() 4843 if (FMF.noNaNs() && Op0 == Op1) in SimplifyFSubInst() 4870 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZeroFP())) in SimplifyFMAFMul() 4874 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP())) in SimplifyFMAFMul() 4883 FMF.allowReassoc() && FMF.noNaNs() && FMF.noSignedZeros()) in SimplifyFMAFMul() 4935 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP())) in SimplifyFDivInst() 4938 if (FMF.noNaNs()) { in SimplifyFDivInst() [all …]
|
D | ValueTracking.cpp | 4719 if (FMF.noNaNs() || FMF.noInfs()) in canCreateUndefOrPoison() 5223 if (FMF.noNaNs()) in isKnownNonNaN()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3541 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()
|
D | ValueTracking.cpp | 4620 if (FMF.noNaNs()) in isKnownNonNaN()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 816 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst() 853 if (FMF.noNaNs() && Op0 == Op1) in SimplifyFSubInst() 877 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZero())) in SimplifyFMulInst() 1112 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZero())) in SimplifyFDivInst() 1115 if (FMF.noNaNs()) { in SimplifyFDivInst() 1249 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZero())) in SimplifyFRemInst() 3184 if (FMF.noNaNs()) { in SimplifyFCmpInst()
|
D | ValueTracking.cpp | 3692 if (FMF.noNaNs()) in isKnownNonNaN()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1251 if (FMF.noNaNs()) 1256 if (FMF.noNaNs())
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 184 if (!b->getFastMathFlags().noNaNs()) { in EmitReducePrecisionIR() 752 if (!(b_->getFastMathFlags().noNaNs() && in EmitComplexUnaryOp() 1004 if (!(b_->getFastMathFlags().noNaNs() && b_->getFastMathFlags().noInfs())) { in EmitComplexSqrt() 1058 if (!(b_->getFastMathFlags().noNaNs() && b_->getFastMathFlags().noInfs())) { in EmitComplexRsqrt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1401 Cmp->getFastMathFlags().noNaNs())) { in impliesEquivalanceIfTrue() 1426 Cmp->getFastMathFlags().noNaNs()) || in impliesEquivalanceIfFalse()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1541 Cmp->getFastMathFlags().noNaNs())) { in impliesEquivalanceIfTrue() 1566 Cmp->getFastMathFlags().noNaNs()) || in impliesEquivalanceIfFalse()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 553 if (Flags.noNaNs()) in copyFlagsFromInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 545 if (Flags.noNaNs()) in copyFlagsFromInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1724 CmpI->getFastMathFlags().noNaNs())) { in processAssumeIntrinsic()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 2811 if (FMF.noNaNs()) in getTypeBasedIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2624 Flags.setNoNaNs(FMF.noNaNs()); in visitBinary()
|