Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp129 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable()
135 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
DAArch64MachineFunctionInfo.h305 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function
DAArch64AsmPrinter.cpp874 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()
DAArch64ISelLowering.cpp6818 AFI->setJumpTableEntryInfo(JTI, 4, nullptr); in LowerBR_JT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp129 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable()
134 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
DAArch64MachineFunctionInfo.h279 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp3201 MF->getInfo<AArch64FunctionInfo>()->setJumpTableEntryInfo(JTI, 4, nullptr); in selectBrJT()