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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2274 /// GetVBR - decode a vbr encoding whose top bit is set.
2276 GetVBR(uint64_t Val, const unsigned char *MatcherTable, unsigned &Idx) { function
2567 Val = GetVBR(Val, MatcherTable, MatcherIndex);
2586 Val = GetVBR(Val, MatcherTable, MatcherIndex);
2599 Val = GetVBR(Val, MatcherTable, MatcherIndex);
2869 CaseSize = GetVBR(CaseSize, MatcherTable, Idx);
2904 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex);
3093 CaseSize = GetVBR(CaseSize, MatcherTable, MatcherIndex);
3124 CaseSize = GetVBR(CaseSize, MatcherTable, MatcherIndex);
3224 Val = GetVBR(Va
[all...]

Completed in 170 milliseconds