Searched refs:JumpTableIndex (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 178 JumpTableIndex, enumerator 249 Kind == JumpTableIndex || Kind == IRBlock || Kind == IRValue; in hasIntegerValue()
|
| H A D | MILexer.cpp | 380 return maybeLexIndex(C, Token, "%jump-table.", MIToken::JumpTableIndex); in maybeLexJumpTableIndex()
|
| H A D | MIParser.cpp | 2249 assert(Token.is(MIToken::JumpTableIndex)); in parseJumpTableIndexOperand() 2935 case MIToken::JumpTableIndex: in parseMachineOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 1068 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 D | AsmPrinter.cpp | 3016 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 D | CodeViewDebug.cpp | 3547 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()
|