Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1097 static bool isAllActivePredicate(Value *Pred) { in isAllActivePredicate() function
1123 if (isAllActivePredicate(Pred)) { in instCombineSVELD1()
1147 if (isAllActivePredicate(Pred)) { in instCombineSVEST1()
1563 AbsPred != Pred && !isAllActivePredicate(AbsPred)) in instCombineSVESrshl()
H A DAArch64ISelLowering.h897 bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) const;
H A DAArch64ISelLowering.cpp16245 static bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) { in isAllActivePredicate() function
16343 if (isAllActivePredicate(DAG, N->getOperand(0))) in performSVEAndCombine()
16345 if (isAllActivePredicate(DAG, N->getOperand(1))) in performSVEAndCombine()
17998 if (isAllActivePredicate(DAG, Pg)) { in convertMergedOpToPredOp()
20394 if (isAllActivePredicate(DAG, Pred)) in performSetccMergeZeroCombine()
20563 if (isAllActivePredicate(DAG, N0)) in performVSelectCombine()
23394 if (isAllActivePredicate(DAG, Pg) && OpVT == MVT::nxv16i1) in LowerPredReductionToSVE()
23878 bool AArch64TargetLowering::isAllActivePredicate(SelectionDAG &DAG, in isAllActivePredicate() function in AArch64TargetLowering
23880 return ::isAllActivePredicate(DAG, N); in isAllActivePredicate()
H A DAArch64ISelDAGToDAG.cpp5930 return TLI->isAllActivePredicate(*CurDAG, N); in SelectAllActivePredicate()