HomeSort by: relevance | last modified time | path
    Searched refs:isAllActivePredicate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 826 bool isAllActivePredicate(SDValue N) const;
AArch64ISelDAGToDAG.cpp 5021 return TLI->isAllActivePredicate(N);
AArch64ISelLowering.cpp 13871 static bool isAllActivePredicate(SDValue N) {
13904 if (isAllActivePredicate(Pg)) {
17923 bool AArch64TargetLowering::isAllActivePredicate(SDValue N) const {
17924 return ::isAllActivePredicate(N);

Completed in 75 milliseconds