Searched refs:JTIdx (Results 1 – 2 of 2) sorted by relevance
109 int JTIdx = MI.getOperand(4).getIndex(); in compressJumpTable() local111 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()142 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable()148 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
1467 int JTIdx = MI.getOperand(4).getIndex(); in LowerJumpTableDest() local1468 int Size = AArch64FI->getJumpTableEntrySize(JTIdx); in LowerJumpTableDest()1473 MF->getInfo<AArch64FunctionInfo>()->getJumpTableEntryPCRelSymbol(JTIdx); in LowerJumpTableDest()1479 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()