Home
last modified time | relevance | path

Searched refs:JumpTableIndex (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h176 JumpTableIndex, enumerator
247 Kind == JumpTableIndex || Kind == IRBlock || Kind == IRValue; in hasIntegerValue()
H A DMILexer.cpp377 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex()
H A DMIParser.cpp2240 assert(Token.is(MIToken::JumpTableIndex)); in parseJumpTableIndexOperand()
2903 case MIToken::JumpTableIndex: in parseMachineOperand()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1068 int JumpTableIndex) { in jumpTableHasOtherUses() argument
1069 assert(JumpTableIndex >= 0 && "need valid index"); in jumpTableHasOtherUses()
1071 const MachineJumpTableEntry &MJTE = MJTI.getJumpTables()[JumpTableIndex]; in jumpTableHasOtherUses()
1098 if (PredJTI == JumpTableIndex) in jumpTableHasOtherUses()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3535 int64_t JumpTableIndex) { in collectDebugInfoForJumpTables() argument
3560 Asm->getCodeViewJumpTableInfo(JumpTableIndex, &BranchMI, Branch); in collectDebugInfoForJumpTables()
3566 MF->getJTISymbol(JumpTableIndex, MMI->getContext()), in collectDebugInfoForJumpTables()
3567 JTI.getJumpTables()[JumpTableIndex].MBBs.size()}); in collectDebugInfoForJumpTables()