Home
last modified time | relevance | path

Searched refs:isTrueWhenEqual (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h787 bool isTrueWhenEqual() const {
788 return isTrueWhenEqual(getPredicate());
812 static bool isTrueWhenEqual(unsigned short predicate);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h758 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h896 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h959 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
/external/llvm/include/llvm/IR/
DInstrTypes.h1035 bool isTrueWhenEqual() const {
1036 return isTrueWhenEqual(getPredicate());
1072 static bool isTrueWhenEqual(Predicate predicate);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h1079 bool isTrueWhenEqual() const {
1080 return isTrueWhenEqual(getPredicate());
1104 static bool isTrueWhenEqual(Predicate predicate);
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp500 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
DInstructionSimplify.cpp1986 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2070 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2081 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2132 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2176 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in SimplifyICmpInst()
3201 if (CmpInst::isTrueWhenEqual(Pred)) in SimplifyFCmpInst()
DScalarEvolution.cpp7470 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()
7744 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateViaConstantRanges()
8112 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCond()
8211 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCond()
8215 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1470 (Pred0 == ICmpInst::ICMP_NE && ICmpInst::isTrueWhenEqual(Pred1)) || in simplifyOrOfICmpsWithSameOperands()
2154 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2241 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2252 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2303 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
3204 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in SimplifyICmpInst()
3518 if (CmpInst::isTrueWhenEqual(Pred)) in SimplifyFCmpInst()
DBranchProbabilityInfo.cpp780 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
DScalarEvolution.cpp8734 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()
9053 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateViaConstantRanges()
9461 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCond()
9562 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCond()
9566 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp1726 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()
1922 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
/external/llvm/lib/IR/
DConstantFold.cpp1705 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()
1897 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2397 return DAG.getConstant(ISD::isTrueWhenEqual(Cond), VT); in SimplifySetCC()
2400 return DAG.getConstant(ISD::isTrueWhenEqual(Cond), VT); in SimplifySetCC()
2401 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp369 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1862 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(pred)); in ConstantFoldCompareInstruction()
2049 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1443 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in SimplifyICmpInst()
2141 if (CmpInst::isTrueWhenEqual(Pred)) in SimplifyFCmpInst()
DScalarEvolution.cpp5610 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()
5740 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateWithRanges()
5934 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCond()
5966 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCond()
5970 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCond()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1982 EqVal = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
1985 EqVal = ISD::isTrueWhenEqual(Cond) ? -1 : 0; in SimplifySetCC()
1996 if (UOF == unsigned(ISD::isTrueWhenEqual(Cond))) in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp418 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp654 ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp()
687 bool isTrue = ICmpInst::isTrueWhenEqual(Pred); in FoldICmpAddOpCst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1691 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
1709 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1033 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp()
1133 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in FoldAllocaCmp()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2005 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
2023 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()

12