Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h678 ANNOTATION_LABEL, enumerator
H A DMachineInstr.h982 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
H A DSelectionDAGNodes.h1967 N->getOpcode() == ISD::ANNOTATION_LABEL;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1031 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode()
1034 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
H A DSelectionDAGISel.cpp2962 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
H A DSelectionDAGBuilder.cpp5972 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetOpcodes.def35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td961 def ANNOTATION_LABEL : StandardPseudoInstruction {