Searched refs:OPC_SwitchOpcode (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h141 OPC_SwitchOpcode, enumerator in enum:llvm::SelectionDAGISel::BuiltinOpcodes
365 /// state machines that start with a OPC_SwitchOpcode node.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2860 // but if the state machine starts with an OPC_SwitchOpcode, then we
2871 } else if (MatcherTable[0] == OPC_SwitchOpcode) {
2873 // with an OPC_SwitchOpcode instruction. Populate the table now, since this
3096 case OPC_SwitchOpcode: {

Completed in 140 milliseconds