Searched refs:getLabelNode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 668 SDValue getLabelNode(unsigned Opcode, const SDLoc &dl, SDValue Root,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1760 return getLabelNode(ISD::EH_LABEL, dl, Root, Label); in getEHLabel() 1763 SDValue SelectionDAG::getLabelNode(unsigned Opcode, const SDLoc &dl, in getLabelNode() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 5972 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
|