Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1038 ANNOTATION_LABEL, enumerator
H A DMachineInstr.h1243 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGNodes.h2237 N->getOpcode() == ISD::ANNOTATION_LABEL;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1234 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()
1237 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
H A DSelectionDAGDumper.cpp183 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
H A DSelectionDAGISel.cpp2873 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
H A DSelectionDAGBuilder.cpp6793 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTargetOpcodes.def35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1622 case TargetOpcode::ANNOTATION_LABEL: in emitFunctionBody()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td1164 def ANNOTATION_LABEL : StandardPseudoInstruction {