Searched refs:JumpTableIndex (Results 1 – 5 of 5) sorted by relevance
172 JumpTableIndex, enumerator243 Kind == JumpTableIndex || Kind == IRBlock || Kind == IRValue; in hasIntegerValue()
373 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex()
2231 assert(Token.is(MIToken::JumpTableIndex)); in parseJumpTableIndexOperand()2927 case MIToken::JumpTableIndex: in parseMachineOperand()
1062 int JumpTableIndex) { in jumpTableHasOtherUses() argument1063 assert(JumpTableIndex >= 0 && "need valid index"); in jumpTableHasOtherUses()1065 const MachineJumpTableEntry &MJTE = MJTI.getJumpTables()[JumpTableIndex]; in jumpTableHasOtherUses()1092 if (PredJTI == JumpTableIndex) in jumpTableHasOtherUses()
3535 int64_t JumpTableIndex) { in collectDebugInfoForJumpTables() argument3560 Asm->getCodeViewJumpTableInfo(JumpTableIndex, &BranchMI, Branch); in collectDebugInfoForJumpTables()3566 MF->getJTISymbol(JumpTableIndex, MMI->getContext()), in collectDebugInfoForJumpTables()3567 JTI.getJumpTables()[JumpTableIndex].MBBs.size()}); in collectDebugInfoForJumpTables()