Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2706 ? MatcherTable[MatcherIndex++] in CheckPatternPredicate()
2792 int64_t Val = MatcherTable[MatcherIndex++]; in CheckInteger()
2813 int64_t Val = MatcherTable[MatcherIndex++]; in CheckAndImm()
2826 int64_t Val = MatcherTable[MatcherIndex++]; in CheckOrImm()
3160 unsigned MatcherIndex = 0; in SelectCodeCommon() local
3220 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
3229 MatcherIndex = IsPredicateKnownToFail(MatcherTable, MatcherIndex, N, in SelectCodeCommon()
3242 MatcherIndex = FailIndex; in SelectCodeCommon()
3478 MatcherIndex += CaseSize; in SelectCodeCommon()
3511 MatcherIndex += CaseSize; in SelectCodeCommon()
[all …]