Searched refs:ANNOTATION_LABEL (Results 1 – 10 of 10) sorted by relevance
1149 ANNOTATION_LABEL, enumerator
1323 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
2318 N->getOpcode() == ISD::ANNOTATION_LABEL;
1282 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()1285 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
191 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
3212 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
7383 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
1753 case TargetOpcode::ANNOTATION_LABEL: in emitFunctionBody()
1220 def ANNOTATION_LABEL : StandardPseudoInstruction {