Searched refs:getLabelNode (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 726 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1984 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel() 1987 SDValue SelectionDAG::getLabelNode(unsigned Opcode, const SDLoc &dl, in getLabelNode() function in SelectionDAG
|
H A D | SelectionDAGBuilder.cpp | 6609 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
|