Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h36 CC_JumpTable, enumerator
66 C.Kind = CC_JumpTable; in jumpTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp275 assert(Clusters[0].Kind == CC_Range || Clusters[0].Kind == CC_JumpTable); in findBitTestClusters()
277 assert(C.Kind == CC_Range || C.Kind == CC_JumpTable); in findBitTestClusters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp733 if (C.Kind == CC_JumpTable) in translateSwitch()
1309 case CC_JumpTable: { in lowerSwitchWorkItem()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11518 case CC_JumpTable: { in lowerWorkItem()
11842 if (C.Kind == CC_JumpTable) in visitSwitch()