Searched refs:isAllActivePredicate (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1097 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 D | AArch64ISelLowering.h | 897 bool isAllActivePredicate(SelectionDAG &DAG, SDValue N) const;
|
| H A D | AArch64ISelLowering.cpp | 16245 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 D | AArch64ISelDAGToDAG.cpp | 5930 return TLI->isAllActivePredicate(*CurDAG, N); in SelectAllActivePredicate()
|