Searched refs:ANNOTATION_LABEL (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h735 /// ANNOTATION_LABEL - Represents a mid basic block label used by
739 ANNOTATION_LABEL, enumerator in enum:llvm::ISD::NodeType
H A DMachineInstr.h1042 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGNodes.h2112 N->getOpcode() == ISD::ANNOTATION_LABEL;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1024 case ISD::ANNOTATION_LABEL: {
1027 : TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGDumper.cpp177 case ISD::ANNOTATION_LABEL: return "annotation_label";
H A DSelectionDAGISel.cpp2800 case ISD::ANNOTATION_LABEL:
H A DSelectionDAGBuilder.cpp6552 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1116 case TargetOpcode::ANNOTATION_LABEL:

Completed in 219 milliseconds