Searched refs:CheckCondCode (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 69 CheckCondCode, // Fail if not condcode. enumerator 132 case CheckCondCode: in isSimplePredicateNode() 625 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher() 630 return N->getKind() == CheckCondCode; in classof()
|
H A D | DAGISelMatcherEmitter.cpp | 607 case Matcher::CheckCondCode: in EmitMatcher() 1054 case Matcher::CheckCondCode: return "OPC_CheckCondCode"; break; in getOpcodeString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2589 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckCondCode() function 2600 return ::CheckCondCode(MatcherTable, MatcherIndex, N.getOperand(2)); in CheckChild2CondCode() 2729 Result = !::CheckCondCode(Table, Index, N); in IsPredicateKnownToFail() 3224 if (!::CheckCondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()
|