Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp501 unsigned getJumpTableEntrySize();
1221 unsigned LowerTypeTestsModule::getJumpTableEntrySize() { in getJumpTableEntrySize() function in LowerTypeTestsModule
1325 return ArrayType::get(Int8Ty, getJumpTableEntrySize()); in getJumpTableEntryType()
1495 F->setAlignment(Align(getJumpTableEntrySize())); in createJumpTable()
1649 unsigned EntrySize = getJumpTableEntrySize(); in buildBitSetsFromFunctionsNative()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h436 unsigned getJumpTableEntrySize(int Idx) const { in getJumpTableEntrySize() function
H A DAArch64AsmPrinter.cpp1184 unsigned Size = AFI->getJumpTableEntrySize(JTI); in emitJumpTableInfo()
1217 switch (AFI->getJumpTableEntrySize(JTI)) { in getCodeViewJumpTableInfo()
1335 int Size = AArch64FI->getJumpTableEntrySize(JTIdx); in LowerJumpTableDest()