Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp863 uint32_t NumToSkip = Byte; in emitTable() local
867 NumToSkip |= Byte << 8; in emitTable()
871 NumToSkip |= Byte << 16; in emitTable()
873 return NumToSkip; in emitTable()
882 auto emitNumToSkipComment = [&](uint32_t NumToSkip, bool InComment = false) { in emitTable() argument
883 uint32_t Index = ((I - Table.begin()) + NumToSkip); in emitTable()
886 if (*(I + NumToSkip) == MCD::OPC_Fail) in emitTable()
929 uint32_t NumToSkip = emitNumToSkip(I, OS); in emitTable() local
930 emitNumToSkipComment(NumToSkip); in emitTable()
948 uint32_t NumToSkip = emitNumToSkip(I, OS); in emitTable() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3414 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3415 if (NumToSkip & 128) in SelectCodeCommon()
3416 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
3418 if (NumToSkip == 0) { in SelectCodeCommon()
3423 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
4370 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
4371 if (NumToSkip & 128) in SelectCodeCommon()
4372 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
4376 if (NumToSkip != 0) { in SelectCodeCommon()
4377 LastScope.FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()