Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dmachine-outliner-position.mir83 ; RV32I-MO-NEXT: ANNOTATION_LABEL <mcsymbol .Ltmp2>
90 ; RV64I-MO-NEXT: ANNOTATION_LABEL <mcsymbol .Ltmp2>
94 ANNOTATION_LABEL <mcsymbol .Ltmp2>
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlus.h110 TargetOpcode::ANNOTATION_LABEL); in getNumPrimeOperands()
H A DMCPlusBuilder.h108 assert(AnnotationInst->getOpcode() == TargetOpcode::ANNOTATION_LABEL); in getAnnotationInst()
119 AnnotationInst->setOpcode(TargetOpcode::ANNOTATION_LABEL);
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1039 ANNOTATION_LABEL, enumerator
H A DMachineInstr.h1189 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGNodes.h2213 N->getOpcode() == ISD::ANNOTATION_LABEL;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1196 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()
1199 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
H A DSelectionDAGDumper.cpp178 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
H A DSelectionDAGISel.cpp2819 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
H A DSelectionDAGBuilder.cpp6713 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTargetOpcodes.def35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1500 case TargetOpcode::ANNOTATION_LABEL: in emitFunctionBody()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1127 def ANNOTATION_LABEL : StandardPseudoInstruction {