Searched refs:GetVBR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1655 /// GetVBR - decode a vbr encoding whose top bit is set.
1657 GetVBR(uint64_t Val, const unsigned char *MatcherTable, unsigned &Idx) { function
2057 Val = GetVBR(Val, MatcherTable, MatcherIndex);
2068 Val = GetVBR(Val, MatcherTable, MatcherIndex);
2081 Val = GetVBR(Val, MatcherTable, MatcherIndex);
2267 CaseSize = GetVBR(CaseSize, MatcherTable, Idx);
2302 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex);
2435 CaseSize = GetVBR(CaseSize, MatcherTable, MatcherIndex);
2466 CaseSize = GetVBR(CaseSize, MatcherTable, MatcherIndex);
2541 Val = GetVBR(Va
[all...]

Completed in 44 milliseconds