Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h178 JumpTableIndex, enumerator
249 Kind == JumpTableIndex || Kind == IRBlock || Kind == IRValue; in hasIntegerValue()
H A DMILexer.cpp380 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex()
H A DMIParser.cpp2249 assert(Token.is(MIToken::JumpTableIndex)); in parseJumpTableIndexOperand()
2935 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3016 for (const unsigned JumpTableIndex : JumpTableIndices) { in emitJumpTableImpl() local
3017 ArrayRef<MachineBasicBlock *> JTBBs = JT[JumpTableIndex].MBBs; in emitJumpTableImpl()
3030 TLI->getPICJumpTableRelocBaseExpr(MF, JumpTableIndex, OutContext); in emitJumpTableImpl()
3039 GetJTSetSymbol(JumpTableIndex, MBB->getNumber()), in emitJumpTableImpl()
3052 OutStreamer->emitLabel(GetJTISymbol(JumpTableIndex, true)); in emitJumpTableImpl()
3054 MCSymbol *JTISymbol = GetJTISymbol(JumpTableIndex); in emitJumpTableImpl()
3060 emitJumpTableEntry(MJTI, MBB, JumpTableIndex); in emitJumpTableImpl()
H A DCodeViewDebug.cpp3547 int64_t JumpTableIndex) { in collectDebugInfoForJumpTables() argument
3572 Asm->getCodeViewJumpTableInfo(JumpTableIndex, &BranchMI, Branch); in collectDebugInfoForJumpTables()
3576 const MachineJumpTableEntry &JTE = JTI.getJumpTables()[JumpTableIndex]; in collectDebugInfoForJumpTables()
3581 MF->getJTISymbol(JumpTableIndex, MMI->getContext()), in collectDebugInfoForJumpTables()