Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1542 static bool isAllActivePredicate(Value *Pred) { in isAllActivePredicate() function
1645 if (isAllActivePredicate(OpPredicate)) { in simplifySVEIntrinsic()
1783 if (isAllActivePredicate(OpPredicate)) in instCombineSVESel()
1829 if (!isAllActivePredicate(II.getArgOperand(0))) in instCombineSVECmpNE()
2186 if (isAllActivePredicate(Pred)) { in instCombineSVELD1()
2205 if (isAllActivePredicate(Pred)) { in instCombineSVEST1()
2239 !isAllActivePredicate(OpPredicate)) in instCombineSVEVectorBinOp()
2650 AbsPred != Pred && !isAllActivePredicate(AbsPred)) in instCombineSVESrshl()
2714 if (isa<UndefValue>(Passthru) || isAllActivePredicate(Pg)) { in instCombineSVEUxt()
H A DAArch64ISelLowering.h497 bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) const;
H A DAArch64ISelDAGToDAG.cpp4609 if (!TLI->isAllActivePredicate(*CurDAG, N0.getOperand(0)) || in trySelectXAR()
4610 !TLI->isAllActivePredicate(*CurDAG, N1.getOperand(0))) in trySelectXAR()
7609 return TLI->isAllActivePredicate(*CurDAG, N); in SelectAllActivePredicate()
H A DAArch64ISelLowering.cpp14492 static bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) { in isAllActivePredicate() function
14583 if (!isAllActivePredicate(DAG, Shift.getOperand(0))) in tryLowerToSLI()
19589 if (isAllActivePredicate(DAG, N->getOperand(0))) in performSVEAndCombine()
19591 if (isAllActivePredicate(DAG, N->getOperand(1))) in performSVEAndCombine()
21907 if (isAllActivePredicate(DAG, Pg)) { in convertMergedOpToPredOp()
25124 if (TruePred != AnyPred && !isAllActivePredicate(DAG, TruePred)) in foldCSELofLASTB()
25427 if (isAllActivePredicate(DAG, Pred)) in performSetccMergeZeroCombine()
25599 if (isAllActivePredicate(DAG, N0)) in performVSelectCombine()
25610 if (isAllActivePredicate(DAG, IfTrue->getOperand(0)) || in performVSelectCombine()
29299 if (isAllActivePredicate(DAG, Pg) && OpVT == MVT::nxv16i1) in LowerPredReductionToSVE()
[all …]