Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() function
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1049 const U16* jumpTable = (const U16*)cSrc; in HUF_decompress_usingDTable() local
1050 const size_t length1 = FSE_readLE16(jumpTable); in HUF_decompress_usingDTable()
1051 const size_t length2 = FSE_readLE16(jumpTable+1); in HUF_decompress_usingDTable()
1052 const size_t length3 = FSE_readLE16(jumpTable+2); in HUF_decompress_usingDTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp263 JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High, in buildJumpTable()