Searched refs:isAllActivePredicate (Results 1 – 4 of 4) sorted by relevance
1007 static bool isAllActivePredicate(Value *Pred) { in isAllActivePredicate() function1033 if (isAllActivePredicate(Pred)) { in instCombineSVELD1()1057 if (isAllActivePredicate(Pred)) { in instCombineSVEST1()1372 AbsPred != Pred && !isAllActivePredicate(AbsPred)) in instCombineSVESrshl()
866 bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) const;
16407 static bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) { in isAllActivePredicate() function16459 if (isAllActivePredicate(DAG, Pg)) { in convertMergedOpToPredOp()18506 if (isAllActivePredicate(DAG, Pred)) in performSetccMergeZeroCombine()18675 if (isAllActivePredicate(DAG, N0)) in performVSelectCombine()21434 if (isAllActivePredicate(DAG, Pg) && OpVT == MVT::nxv16i1) in LowerPredReductionToSVE()21896 bool AArch64TargetLowering::isAllActivePredicate(SelectionDAG &DAG, in isAllActivePredicate() function in AArch64TargetLowering21898 return ::isAllActivePredicate(DAG, N); in isAllActivePredicate()
5286 return TLI->isAllActivePredicate(*CurDAG, N); in SelectAllActivePredicate()