Searched refs:JTIdx (Results 1 – 2 of 2) sorted by relevance
114 int JTIdx = MI.getOperand(4).getIndex(); in compressJumpTable() local116 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()147 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable()153 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
1334 int JTIdx = MI.getOperand(4).getIndex(); in LowerJumpTableDest() local1335 int Size = AArch64FI->getJumpTableEntrySize(JTIdx); in LowerJumpTableDest()1340 MF->getInfo<AArch64FunctionInfo>()->getJumpTableEntryPCRelSymbol(JTIdx); in LowerJumpTableDest()1346 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()