Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()