Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2563 uint16_t Opc = MatcherTable[MatcherIndex++]; in CheckOpcode()
2628 int64_t Val = MatcherTable[MatcherIndex++]; in CheckInteger()
2649 int64_t Val = MatcherTable[MatcherIndex++]; in CheckAndImm()
2662 int64_t Val = MatcherTable[MatcherIndex++]; in CheckOrImm()
2918 unsigned MatcherIndex = 0; in SelectCodeCommon() local
2977 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
2986 MatcherIndex = IsPredicateKnownToFail(MatcherTable, MatcherIndex, N, in SelectCodeCommon()
2999 MatcherIndex = FailIndex; in SelectCodeCommon()
3170 MatcherIndex += CaseSize; in SelectCodeCommon()
3202 MatcherIndex += CaseSize; in SelectCodeCommon()
[all …]