Searched refs:JUMP_TABLE_DEBUG_INFO (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1101 JUMP_TABLE_DEBUG_INFO, enumerator
|
H A D | MachineInstr.h | 1389 return getOpcode() == TargetOpcode::JUMP_TABLE_DEBUG_INFO;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 133 case ISD::JUMP_TABLE_DEBUG_INFO: in getOperationName()
|
H A D | SelectionDAGISel.cpp | 2626 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 D | SelectionDAG.cpp | 1902 return getNode(ISD::JUMP_TABLE_DEBUG_INFO, DL, MVT::Glue, Chain, in getJumpTableDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 226 HANDLE_TARGET_OPCODE(JUMP_TABLE_DEBUG_INFO)
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1815 case TargetOpcode::JUMP_TABLE_DEBUG_INFO: in emitFunctionBody()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 709 def jump_table_debug_info : SDNode<"ISD::JUMP_TABLE_DEBUG_INFO", SDTNone,
|
H A D | Target.td | 1505 def JUMP_TABLE_DEBUG_INFO : StandardPseudoInstruction {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 3663 MIB.buildInstr(TargetOpcode::JUMP_TABLE_DEBUG_INFO, {}, in selectBrJT()
|