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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2290 GetVBR(uint64_t Val, const unsigned char *MatcherTable, unsigned &Idx) { argument
2487 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2510 CheckPatternPredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2517 CheckNodePredicate(const unsigned char *MatcherTable, unsigned &MatcherIndex, argument
2523 CheckOpcode(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDNode *N) argument
2531 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const TargetLowering *TLI, const DataLayout &DL) argument
2541 CheckChildType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const TargetLowering *TLI, const DataLayout &DL, unsigned ChildNo) argument
2551 CheckCondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N) argument
2558 CheckChild2CondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N) argument
2566 CheckValueType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const TargetLowering *TLI, const DataLayout &DL) argument
2577 CheckInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N) argument
2588 CheckChildInteger(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, unsigned ChildNo) argument
2596 CheckAndImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2609 CheckOrImm(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SelectionDAGISel &SDISel) argument
2773 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument
[all...]

Completed in 45 milliseconds