Home
last modified time | relevance | path

Searched refs:setJumpTableEntryInfo (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp146 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable()
152 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
DAArch64MachineFunctionInfo.h366 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function
DAArch64AsmPrinter.cpp1012 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()
DAArch64ISelLowering.cpp9350 AFI->setJumpTableEntryInfo(JTI, 4, nullptr); in LowerBR_JT()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp3638 MF->getInfo<AArch64FunctionInfo>()->setJumpTableEntryInfo(JTI, 4, nullptr); in selectBrJT()