Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1093 inline bool isTrueWhenEqual(CondCode Cond) { in isTrueWhenEqual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h927 bool isTrueWhenEqual() const {
928 return isTrueWhenEqual(getPredicate());
952 static bool isTrueWhenEqual(Predicate predicate);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1566 (Pred0 == ICmpInst::ICMP_NE && ICmpInst::isTrueWhenEqual(Pred1)) || in simplifyOrOfICmpsWithSameOperands()
2355 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2442 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2453 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2504 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
3249 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in SimplifyICmpInst()
3561 if (CmpInst::isTrueWhenEqual(Pred)) in SimplifyFCmpInst()
DBranchProbabilityInfo.cpp817 isProb = !FCmp->isTrueWhenEqual(); in calcFloatingPointHeuristics()
DScalarEvolution.cpp9080 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()
9387 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateViaConstantRanges()
9804 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCond()
9905 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCond()
9909 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCond()
DValueTracking.cpp5315 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) in isTruePredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1839 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()
2041 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred); in ConstantFoldCompareInstruction()
DInstructions.cpp3739 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp423 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2296 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
2314 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
DNewGVN.cpp1859 if (CI->isTrueWhenEqual()) in performSymbolicCmpEvaluation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp998 ConstantInt::get(I.getType(), ICmpInst::isTrueWhenEqual(Cond))); in foldGEPICmp()
1098 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in foldAllocaCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3828 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
DSelectionDAG.cpp2049 return getBoolConstant(ISD::isTrueWhenEqual(Cond), dl, VT, OpVT); in FoldSetCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21591 (FlipSigns || ISD::isTrueWhenEqual(Cond)) && in LowerVSETCC()
21641 (Cond != ISD::SETEQ && ISD::isTrueWhenEqual(Cond)); in LowerVSETCC()