Searched refs:SRCVALUE (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1097 SRCVALUE, enumerator
|
H A D | SelectionDAGNodes.h | 2137 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {} 2144 return N->getOpcode() == ISD::SRCVALUE;
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 107 case ISD::SRCVALUE: return "SrcValue"; in getOperationName()
|
H A D | SelectionDAG.cpp | 709 case ISD::SRCVALUE: in AddNodeIDCustom() 2197 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), std::nullopt); in getSrcValue()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Statepoints.rst | 403 GC_TRANSITION_START (lowered i32 *@Flag), SRCVALUE i32* Flag 405 GC_TRANSITION_END (lowered i32 *@Flag), SRCVALUE i32 *Flag
|