Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h984 ANNOTATION_LABEL, enumerator
H A DMachineInstr.h1180 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGNodes.h2140 N->getOpcode() == ISD::ANNOTATION_LABEL;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1136 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()
1139 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
H A DSelectionDAGDumper.cpp179 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
H A DSelectionDAGISel.cpp2851 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
H A DSelectionDAGBuilder.cpp6609 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetOpcodes.def35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1295 case TargetOpcode::ANNOTATION_LABEL: in emitFunctionBody()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td1062 def ANNOTATION_LABEL : StandardPseudoInstruction {