Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h191 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); } in noSignedZeros() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h208 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); } in noSignedZeros() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h208 bool noSignedZeros() const { return 0 != (Flags & NoSignedZeros); } in noSignedZeros() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4592 (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()
DValueTracking.cpp4978 if (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
5114 (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
/external/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp4778 (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()
DValueTracking.cpp5611 if (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
5747 (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp803 (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()
DValueTracking.cpp3724 if (!FMF.noSignedZeros() && !isKnownNonZero(CmpLHS) && in matchSelectPattern()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1682 if (I.getFastMathFlags().noSignedZeros() && match(Op0, m_Zero())) { in visitFSub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp549 if (Flags.noSignedZeros()) in copyFlagsFromInstruction()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp557 if (Flags.noSignedZeros()) in copyFlagsFromInstruction()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1225 II->getFastMathFlags().noSignedZeros())) in visitCallInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2625 Flags.setNoSignedZeros(FMF.noSignedZeros()); in visitBinary()