Searched refs:ANNOTATION_LABEL (Results 1 – 10 of 10) sorted by relevance
1038 ANNOTATION_LABEL, enumerator
1243 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
2237 N->getOpcode() == ISD::ANNOTATION_LABEL;
1234 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()1237 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
183 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
2873 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
6793 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
1622 case TargetOpcode::ANNOTATION_LABEL: in emitFunctionBody()
1164 def ANNOTATION_LABEL : StandardPseudoInstruction {