Searched refs:CheckCondCode (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h68 CheckCondCode, // Fail if not condcode. enumerator in enum:llvm::Matcher::KindTy
126 case CheckCondCode:
619 : Matcher(CheckCondCode), CondCodeName(condcodename) {}
624 return N->getKind() == CheckCondCode;
H A DDAGISelMatcherEmitter.cpp552 case Matcher::CheckCondCode:
1021 case Matcher::CheckCondCode: return "OPC_CheckCondCode"; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2537 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2548 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2));
2664 Result = !::CheckCondCode(Table, Index, N);
3158 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break;

Completed in 231 milliseconds