Home
last modified time | relevance | path

Searched refs:JUMP_TABLE_DEBUG_INFO (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1101 JUMP_TABLE_DEBUG_INFO, enumerator
H A DMachineInstr.h1389 return getOpcode() == TargetOpcode::JUMP_TABLE_DEBUG_INFO;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp133 case ISD::JUMP_TABLE_DEBUG_INFO: in getOperationName()
H A DSelectionDAGISel.cpp2626 CurDAG->SelectNodeTo(N, TargetOpcode::JUMP_TABLE_DEBUG_INFO, MVT::Glue, in Select_JUMP_TABLE_DEBUG_INFO()
3252 case ISD::JUMP_TABLE_DEBUG_INFO: in SelectCodeCommon()
H A DSelectionDAG.cpp1902 return getNode(ISD::JUMP_TABLE_DEBUG_INFO, DL, MVT::Glue, Chain, in getJumpTableDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def226 HANDLE_TARGET_OPCODE(JUMP_TABLE_DEBUG_INFO)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1815 case TargetOpcode::JUMP_TABLE_DEBUG_INFO: in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td709 def jump_table_debug_info : SDNode<"ISD::JUMP_TABLE_DEBUG_INFO", SDTNone,
H A DTarget.td1505 def JUMP_TABLE_DEBUG_INFO : StandardPseudoInstruction {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3663 MIB.buildInstr(TargetOpcode::JUMP_TABLE_DEBUG_INFO, {}, in selectBrJT()