Home
last modified time | relevance | path

Searched refs:getLabelNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h726 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1991 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel()
1994 SDValue SelectionDAG::getLabelNode(unsigned Opcode, const SDLoc &dl, in getLabelNode() function in SelectionDAG
H A DSelectionDAGBuilder.cpp6654 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()