Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h828 bool isAllActivePredicate(SDValue N) const;
H A DAArch64ISelLowering.cpp14286 static bool isAllActivePredicate(SDValue N) { in isAllActivePredicate() function
14319 if (isAllActivePredicate(Pg)) { in convertMergedOpToPredOp()
18699 bool AArch64TargetLowering::isAllActivePredicate(SDValue N) const { in isAllActivePredicate() function in AArch64TargetLowering
18700 return ::isAllActivePredicate(N); in isAllActivePredicate()
H A DAArch64ISelDAGToDAG.cpp5074 return TLI->isAllActivePredicate(N); in SelectAllActivePredicate()