Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h270 unsigned getJumpTableEntrySize(int Idx) const { in getJumpTableEntrySize() function
DAArch64AsmPrinter.cpp784 unsigned Size = AFI->getJumpTableEntrySize(JTI); in EmitJumpTableInfo()
798 unsigned Size = AFI->getJumpTableEntrySize(JTI); in emitJumpTableEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp465 unsigned getJumpTableEntrySize();
1194 unsigned LowerTypeTestsModule::getJumpTableEntrySize() { in getJumpTableEntrySize() function in LowerTypeTestsModule
1233 return ArrayType::get(Int8Ty, getJumpTableEntrySize()); in getJumpTableEntryType()
1367 F->setAlignment(Align(getJumpTableEntrySize())); in createJumpTable()
1485 unsigned EntrySize = getJumpTableEntrySize(); in buildBitSetsFromFunctionsNative()