| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1743 inline bool isTrueWhenEqual(CondCode Cond) { return ((int)Cond & 1) != 0; } in isTrueWhenEqual() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 944 bool isTrueWhenEqual() const { 945 return isTrueWhenEqual(getPredicate()); 969 LLVM_ABI static bool isTrueWhenEqual(Predicate predicate);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1132 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction() 1225 Result = ICmpInst::isTrueWhenEqual(Predicate); in ConstantFoldCompareInstruction()
|
| H A D | Instructions.cpp | 3936 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 1038 ProbList = !FCmp->isTrueWhenEqual() ? in calcFloatingPointHeuristics()
|
| H A D | InstructionSimplify.cpp | 2743 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp() 2771 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp() 3772 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in simplifyICmpInst() 4101 if (CmpInst::isTrueWhenEqual(Pred)) in simplifyFCmpInst()
|
| H A D | ScalarEvolution.cpp | 10848 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands() 11378 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateViaConstantRanges() 11870 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCondBalancedTypes() 12050 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCondBalancedTypes() 12054 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCondBalancedTypes()
|
| H A D | ValueTracking.cpp | 9151 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) in isTruePredicate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 439 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 2524 WRAP_BOTH(isTrueWhenEqual);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 2529 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax() 2545 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
|
| H A D | NewGVN.cpp | 1911 if (CI->isTrueWhenEqual()) in performSymbolicCmpEvaluation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1819 if (!CmpI->isEquality() || !CmpI->isTrueWhenEqual()) in updateImpl() 11104 (CmpInst::isTrueWhenEqual(Pred) || CmpInst::isFalseWhenEqual(Pred))) { in handleCmp() 11106 CmpInst::isTrueWhenEqual(Pred)); in handleCmp()
|
| H A D | OpenMPOpt.cpp | 2928 if (!Cmp || !Cmp->isTrueWhenEqual() || !Cmp->isEquality()) in isInitialThreadOnlyEdge()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 5634 bool EqAllowed = ISD::isTrueWhenEqual(CCCode); in IntegerExpandSetCCOperands()
|
| H A D | SelectionDAG.cpp | 2823 return getBoolConstant(ISD::isTrueWhenEqual(Cond), dl, VT, OpVT); in FoldSetCC()
|
| H A D | TargetLowering.cpp | 5469 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 839 ConstantInt::get(I.getType(), ICmpInst::isTrueWhenEqual(Cond))); in foldGEPICmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24278 (FlipSigns || ISD::isTrueWhenEqual(Cond)) && in LowerVSETCC() 24334 (Cond != ISD::SETEQ && ISD::isTrueWhenEqual(Cond)); in LowerVSETCC()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21676 {"_ZN4llvm7CmpInst15isTrueWhenEqualEt", "llvm::CmpInst::isTrueWhenEqual(unsigned short)"},
|