Home
last modified time | relevance | path

Searched refs:isAllActivePredicate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1007 static bool isAllActivePredicate(Value *Pred) { in isAllActivePredicate() function
1033 if (isAllActivePredicate(Pred)) { in instCombineSVELD1()
1057 if (isAllActivePredicate(Pred)) { in instCombineSVEST1()
1372 AbsPred != Pred && !isAllActivePredicate(AbsPred)) in instCombineSVESrshl()
H A DAArch64ISelLowering.h866 bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) const;
H A DAArch64ISelLowering.cpp16407 static bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) { in isAllActivePredicate() function
16459 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 AArch64TargetLowering
21898 return ::isAllActivePredicate(DAG, N); in isAllActivePredicate()
H A DAArch64ISelDAGToDAG.cpp5286 return TLI->isAllActivePredicate(*CurDAG, N); in SelectAllActivePredicate()