Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h826 bool isAllActivePredicate(SDValue N) const;
H A DAArch64ISelLowering.cpp13871 static bool isAllActivePredicate(SDValue N) { in isAllActivePredicate() function
13904 if (isAllActivePredicate(Pg)) { in convertMergedOpToPredOp()
17923 bool AArch64TargetLowering::isAllActivePredicate(SDValue N) const { in isAllActivePredicate() function in AArch64TargetLowering
17924 return ::isAllActivePredicate(N); in isAllActivePredicate()
H A DAArch64ISelDAGToDAG.cpp5021 return TLI->isAllActivePredicate(N); in SelectAllActivePredicate()