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