Searched refs:setJumpTableEntryInfo (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64CompressJumpTables.cpp | 129 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable() 135 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
|
D | AArch64MachineFunctionInfo.h | 305 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function
|
D | AArch64AsmPrinter.cpp | 874 AArch64FI->setJumpTableEntryInfo(JTIdx, Size, Label); in LowerJumpTableDest()
|
D | AArch64ISelLowering.cpp | 6818 AFI->setJumpTableEntryInfo(JTI, 4, nullptr); in LowerBR_JT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CompressJumpTables.cpp | 129 AFI->setJumpTableEntryInfo(JTIdx, 1, MinBlock->getSymbol()); in compressJumpTable() 134 AFI->setJumpTableEntryInfo(JTIdx, 2, MinBlock->getSymbol()); in compressJumpTable()
|
D | AArch64MachineFunctionInfo.h | 279 void setJumpTableEntryInfo(int Idx, unsigned Size, MCSymbol *PCRelSym) { in setJumpTableEntryInfo() function
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64InstructionSelector.cpp | 3201 MF->getInfo<AArch64FunctionInfo>()->setJumpTableEntryInfo(JTI, 4, nullptr); in selectBrJT()
|