Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2531 uint16_t Opc = MatcherTable[MatcherIndex++]; in CheckOpcode()
2596 int64_t Val = MatcherTable[MatcherIndex++]; in CheckInteger()
2617 int64_t Val = MatcherTable[MatcherIndex++]; in CheckAndImm()
2630 int64_t Val = MatcherTable[MatcherIndex++]; in CheckOrImm()
2895 unsigned MatcherIndex = 0; in SelectCodeCommon() local
2954 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
2963 MatcherIndex = IsPredicateKnownToFail(MatcherTable, MatcherIndex, N, in SelectCodeCommon()
2976 MatcherIndex = FailIndex; in SelectCodeCommon()
3147 MatcherIndex += CaseSize; in SelectCodeCommon()
3179 MatcherIndex += CaseSize; in SelectCodeCommon()
[all …]