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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2473 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2477 unsigned RecNo = MatcherTable[MatcherIndex++];
2484 CheckChildSame(const unsigned char *MatcherTable, unsigned &MatcherIndex,
2490 return ::CheckSame(MatcherTable, MatcherIndex, N.getOperand(ChildNo),
2496 CheckPatternPredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2498 return SDISel.CheckPatternPredicate(MatcherTable[MatcherIndex++]);
2503 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2505 return SDISel.CheckNodePredicate(N, MatcherTable[MatcherIndex++]);
2509 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2511 uint16_t Opc = MatcherTable[MatcherIndex
2517 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const TargetLowering *TLI, const DataLayout &DL) argument
2527 CheckChildType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const TargetLowering *TLI, const DataLayout &DL, unsigned ChildNo) argument
2537 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N) argument
2544 CheckChild2CondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N) argument
2552 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const TargetLowering *TLI, const DataLayout &DL) argument
2563 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N) argument
2574 CheckChildInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, unsigned ChildNo) argument
2582 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2595 CheckOrImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2852 unsigned MatcherIndex = 0; local
[all...]

Completed in 112 milliseconds