Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h347 unsigned getJumpTableEntrySize(int Idx) const { in getJumpTableEntrySize() function
H A DAArch64AsmPrinter.cpp839 unsigned Size = AFI->getJumpTableEntrySize(JTI); in emitJumpTableInfo()
895 int Size = AArch64FI->getJumpTableEntrySize(JTIdx); in LowerJumpTableDest()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp484 unsigned getJumpTableEntrySize();
1186 unsigned LowerTypeTestsModule::getJumpTableEntrySize() { in getJumpTableEntrySize() function in LowerTypeTestsModule
1242 return ArrayType::get(Int8Ty, getJumpTableEntrySize()); in getJumpTableEntryType()
1377 F->setAlignment(Align(getJumpTableEntrySize())); in createJumpTable()
1504 unsigned EntrySize = getJumpTableEntrySize(); in buildBitSetsFromFunctionsNative()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h368 uint64_t getJumpTableEntrySize(JumpTable::JumpTableType Type) const { in getJumpTableEntrySize() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp543 const uint64_t EntrySize = getJumpTableEntrySize(Type); in analyzeJumpTable()
814 const uint64_t EntrySize = getJumpTableEntrySize(Type); in getOrCreateJumpTable()