Home
last modified time | relevance | path

Searched refs:emitJumpTableTBInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h89 void emitJumpTableTBInst(const MachineInstr *MI, unsigned OffsetWidth);
H A DARMAsmPrinter.cpp1068 void ARMAsmPrinter::emitJumpTableTBInst(const MachineInstr *MI, in emitJumpTableTBInst() function in ARMAsmPrinter
1829 emitJumpTableTBInst(MI, MI->getOpcode() == ARM::JUMPTABLE_TBB ? 1 : 2); in emitInstruction()