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.cpp114 int JTIdx = MI.getOperand(4).getIndex(); in compressJumpTable() local
116 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()
H A DAArch64AsmPrinter.cpp1334 int JTIdx = MI.getOperand(4).getIndex(); in LowerJumpTableDest() local
1335 int Size = AArch64FI->getJumpTableEntrySize(JTIdx); in LowerJumpTableDest()
1340 MF->getInfo<AArch64FunctionInfo>()->getJumpTableEntryPCRelSymbol(JTIdx); in LowerJumpTableDest()
1346 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()