Searched refs:setJumpTableEntryInfo (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 146 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable() 152 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
|
H A D | AArch64MachineFunctionInfo.h | 331 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function
|
H A D | AArch64AsmPrinter.cpp | 904 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()
|
H A D | AArch64ISelLowering.cpp | 7259 AFI->setJumpTableEntryInfo(JTI, 4, nullptr); in LowerBR_JT()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 3286 MF->getInfo<AArch64FunctionInfo>()->setJumpTableEntryInfo(JTI, 4, nullptr); in selectBrJT()
|