Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h994 ANNOTATION_LABEL, enumerator
H A DMachineInstr.h1191 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGNodes.h2152 N->getOpcode() == ISD::ANNOTATION_LABEL;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1175 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()
1178 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
H A DSelectionDAGDumper.cpp179 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
H A DSelectionDAGISel.cpp2865 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
H A DSelectionDAGBuilder.cpp6654 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1309 case TargetOpcode::ANNOTATION_LABEL: in emitFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1062 def ANNOTATION_LABEL : StandardPseudoInstruction {