Lines Matching refs:JTI
996 unsigned JTI = MO1.getIndex(); in emitJumpTableAddrs() local
1003 MCSymbol *JTISymbol = GetARMJTIPICJumpTableLabel(JTI); in emitJumpTableAddrs()
1012 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableAddrs()
1042 unsigned JTI = MO1.getIndex(); in emitJumpTableInsts() local
1049 MCSymbol *JTISymbol = GetARMJTIPICJumpTableLabel(JTI); in emitJumpTableInsts()
1055 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInsts()
1072 unsigned JTI = MO1.getIndex(); in emitJumpTableTBInst() local
1077 MCSymbol *JTISymbol = GetARMJTIPICJumpTableLabel(JTI); in emitJumpTableTBInst()
1083 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableTBInst()
1123 ARMAsmPrinter::getCodeViewJumpTableInfo(int JTI, in getCodeViewJumpTableInfo() argument
1135 BaseLabel = GetARMJTIPICJumpTableLabel(JTI); in getCodeViewJumpTableInfo()