/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 787 bool isTrueWhenEqual() const { 788 return isTrueWhenEqual(getPredicate()); 812 static bool isTrueWhenEqual(unsigned short predicate);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 758 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 896 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 959 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1035 bool isTrueWhenEqual() const { 1036 return isTrueWhenEqual(getPredicate()); 1072 static bool isTrueWhenEqual(Predicate predicate);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1079 bool isTrueWhenEqual() const { 1080 return isTrueWhenEqual(getPredicate()); 1104 static bool isTrueWhenEqual(Predicate predicate);
|
/external/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 500 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
|
D | InstructionSimplify.cpp | 1986 !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()
|
D | ScalarEvolution.cpp | 7470 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/ |
D | InstructionSimplify.cpp | 1470 (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()
|
D | BranchProbabilityInfo.cpp | 780 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
|
D | ScalarEvolution.cpp | 8734 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/ |
D | ConstantFold.cpp | 1726 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction() 1922 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1705 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/ |
D | TargetLowering.cpp | 2397 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/ |
D | WebAssemblyFastISel.cpp | 369 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 1862 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/ |
D | InstructionSimplify.cpp | 1443 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in SimplifyICmpInst() 2141 if (CmpInst::isTrueWhenEqual(Pred)) in SimplifyFCmpInst()
|
D | ScalarEvolution.cpp | 5610 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/ |
D | TargetLowering.cpp | 1982 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/ |
D | WebAssemblyFastISel.cpp | 418 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 654 ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp() 687 bool isTrue = ICmpInst::isTrueWhenEqual(Pred); in FoldICmpAddOpCst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1691 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax() 1709 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1033 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp() 1133 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in FoldAllocaCmp()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2005 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax() 2023 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
|