Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp109 int JTIdx = MI.getOperand(4).getIndex(); in compressJumpTable() local
111 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()
H A DAArch64AsmPrinter.cpp1467 int JTIdx = MI.getOperand(4).getIndex(); in LowerJumpTableDest() local
1468 int Size = AArch64FI->getJumpTableEntrySize(JTIdx); in LowerJumpTableDest()
1473 MF->getInfo<AArch64FunctionInfo>()->getJumpTableEntryPCRelSymbol(JTIdx); in LowerJumpTableDest()
1479 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()