Searched refs:noSignedZeros (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Operator.h | 191 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); } in noSignedZeros() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 208 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); } in noSignedZeros() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 208 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); } in noSignedZeros() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4592 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst() 4615 if (FMF.noSignedZeros() && FMF.allowReassoc() && in SimplifyFAddInst() 4639 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst() 4651 if (FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()) && in SimplifyFSubInst() 4662 if (FMF.noSignedZeros() && FMF.allowReassoc() && 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()
|
D | ValueTracking.cpp | 4978 if (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern() 5114 (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4778 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst() 4801 if (FMF.noSignedZeros() && FMF.allowReassoc() && in SimplifyFAddInst() 4825 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst() 4837 if (FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()) && in SimplifyFSubInst() 4848 if (FMF.noSignedZeros() && FMF.allowReassoc() && 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()
|
D | ValueTracking.cpp | 5611 if (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern() 5747 (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 803 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFAddInst() 839 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI))) in SimplifyFSubInst() 848 if (FMF.noSignedZeros() && match(Op0, m_AnyZero()) && 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() 1249 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZero())) in SimplifyFRemInst()
|
D | ValueTracking.cpp | 3724 if (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1682 if (I.getFastMathFlags().noSignedZeros() && match(Op0, m_Zero())) { in visitFSub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 549 if (Flags.noSignedZeros()) in copyFlagsFromInstruction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 557 if (Flags.noSignedZeros()) in copyFlagsFromInstruction()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1225 II->getFastMathFlags().noSignedZeros())) in visitCallInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2625 Flags.setNoSignedZeros(FMF.noSignedZeros()); in visitBinary()
|