Home
last modified time | relevance | path

Searched refs:getJumpTableEntrySize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h468 unsigned getJumpTableEntrySize(int Idx) const { in getJumpTableEntrySize() function
H A DAArch64AsmPrinter.cpp1302 unsigned Size = AFI->getJumpTableEntrySize(JTI); in emitJumpTableImpl()
1335 switch (AFI->getJumpTableEntrySize(JTI)) { in getCodeViewJumpTableInfo()
1468 int Size = AArch64FI->getJumpTableEntrySize(JTIdx); in LowerJumpTableDest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp526 unsigned getJumpTableEntrySize(Triple::ArchType JumpTableArch);
1278 LowerTypeTestsModule::getJumpTableEntrySize(Triple::ArchType JumpTableArch) { in getJumpTableEntrySize() function in LowerTypeTestsModule
1550 F->setAlignment(Align(getJumpTableEntrySize(JumpTableArch))); in createJumpTable()
1689 unsigned EntrySize = getJumpTableEntrySize(JumpTableArch); in buildBitSetsFromFunctionsNative()