Home
last modified time | relevance | path

Searched refs:CurrentPred (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1177 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local
1182 while (CurrentPred && Iter++ < ImplicationSearchThreshold) { in processImpliedCondition()
1183 auto *PBI = dyn_cast<BranchInst>(CurrentPred->getTerminator()); in processImpliedCondition()
1217 CurrentBB = CurrentPred; in processImpliedCondition()
1218 CurrentPred = CurrentBB->getSinglePredecessor(); in processImpliedCondition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp695 CmpInst::Predicate CurrentPred = Inst->getPredicate(); in getSameOpcode() local
697 CmpInst::getSwappedPredicate(CurrentPred); in getSameOpcode()
700 (BasePred == CurrentPred || BasePred == SwappedCurrentPred)) in getSameOpcode()
709 } else if (BasePred != CurrentPred) { in getSameOpcode()
717 if (BasePred == CurrentPred || BasePred == SwappedCurrentPred || in getSameOpcode()
718 AltPred == CurrentPred || AltPred == SwappedCurrentPred) in getSameOpcode()
8212 CmpInst::Predicate CurrentPred = ScalarTy->isFloatingPointTy() in getEntryCost() local
8215 auto MatchCmp = m_Cmp(CurrentPred, m_Value(), m_Value()); in getEntryCost()
8218 (CurrentPred != VecPred && CurrentPred != SwappedVecPred)) in getEntryCost()
8224 Builder.getInt1Ty(), CurrentPred, CostKind, in getEntryCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2985 CmpInst::Predicate CurrentPred; in getCmpSelInstrCost() local
2986 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()
2988 VecPred = CurrentPred; in getCmpSelInstrCost()