Home
last modified time | relevance | path

Searched refs:CC_JumpTable (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h36 CC_JumpTable, enumerator
66 C.Kind = CC_JumpTable; in jumpTable()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp276 assert(Clusters[0].Kind == CC_Range || Clusters[0].Kind == CC_JumpTable); in findBitTestClusters()
278 assert(C.Kind == CC_Range || C.Kind == CC_JumpTable); in findBitTestClusters()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp731 if (C.Kind == CC_JumpTable) in translateSwitch()
1307 case CC_JumpTable: { in lowerSwitchWorkItem()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12038 case CC_JumpTable: { in lowerWorkItem()
12352 if (C.Kind == CC_JumpTable) in visitSwitch()