Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1149 ANNOTATION_LABEL, enumerator
H A DMachineInstr.h1323 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGNodes.h2318 N->getOpcode() == ISD::ANNOTATION_LABEL;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1282 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()
1285 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
H A DSelectionDAGDumper.cpp191 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
H A DSelectionDAGISel.cpp3212 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
H A DSelectionDAGBuilder.cpp7383 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1753 case TargetOpcode::ANNOTATION_LABEL: in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1220 def ANNOTATION_LABEL : StandardPseudoInstruction {