Searched refs:setJumpTableEntryInfo (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CompressJumpTables.cpp | 142 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable() 148 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
|
| H A D | AArch64MachineFunctionInfo.h | 474 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function
|
| H A D | AArch64AsmPrinter.cpp | 1479 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest() 1607 AArch64FI->setJumpTableEntryInfo(JTI, 4, AdrLabel); in LowerHardenedBRJumpTable()
|
| H A D | AArch64ISelLowering.cpp | 11637 AFI->setJumpTableEntryInfo(JTI, 4, nullptr); in LowerBR_JT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 3767 MF->getInfo<AArch64FunctionInfo>()->setJumpTableEntryInfo(JTI, 4, nullptr); in selectBrJT()
|