Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1101 JUMP_TABLE_DEBUG_INFO, enumerator
HDMachineInstr.h1389 return getOpcode() == TargetOpcode::JUMP_TABLE_DEBUG_INFO;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp133 case ISD::JUMP_TABLE_DEBUG_INFO: in getOperationName()
HDSelectionDAGISel.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()
HDSelectionDAG.cpp1902 return getNode(ISD::JUMP_TABLE_DEBUG_INFO, DL, MVT::Glue, Chain, in getJumpTableDebugInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTargetOpcodes.def226 HANDLE_TARGET_OPCODE(JUMP_TABLE_DEBUG_INFO)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1815 case TargetOpcode::JUMP_TABLE_DEBUG_INFO: in emitFunctionBody()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td709 def jump_table_debug_info : SDNode<"ISD::JUMP_TABLE_DEBUG_INFO", SDTNone,
HDTarget.td1505 def JUMP_TABLE_DEBUG_INFO : StandardPseudoInstruction {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64InstructionSelector.cpp3663 MIB.buildInstr(TargetOpcode::JUMP_TABLE_DEBUG_INFO, {}, in selectBrJT()