Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp806 uint32_t NumToSkip = Byte; in emitTable() local
810 NumToSkip |= Byte << 8; in emitTable()
813 NumToSkip |= Byte << 16; in emitTable()
829 uint32_t NumToSkip = Byte; in emitTable() local
833 NumToSkip |= Byte << 8; in emitTable()
836 NumToSkip |= Byte << 16; in emitTable()
849 uint32_t NumToSkip = Byte; in emitTable() local
853 NumToSkip |= Byte << 8; in emitTable()
856 NumToSkip |= Byte << 16; in emitTable()
895 NumToSkip |= Byte << 8; in emitTable()
[all …]
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3002 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3003 if (NumToSkip & 128) in SelectCodeCommon()
3004 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
3006 if (NumToSkip == 0) { in SelectCodeCommon()
3011 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
3750 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3751 if (NumToSkip & 128) in SelectCodeCommon()
3752 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
3756 if (NumToSkip != 0) { in SelectCodeCommon()
3757 LastScope.FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()