Searched defs:MatcherTable (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2276 GetVBR(uint64_t Val, const unsigned char *MatcherTable, unsigned &Idx) { argument
2473 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2496 CheckPatternPredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2503 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2509 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDNode *N) argument
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
2759 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument
[all...]

Completed in 169 milliseconds