Searched refs:SRCVALUE (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1043 SRCVALUE, enumerator
|
| H A D | SelectionDAGNodes.h | 2040 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {} 2047 return N->getOpcode() == ISD::SRCVALUE;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 103 case ISD::SRCVALUE: return "SrcValue"; in getOperationName()
|
| H A D | SelectionDAG.cpp | 628 case ISD::SRCVALUE: in AddNodeIDCustom() 2028 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), None); in getSrcValue()
|
| /netbsd-src/external/apache2/llvm/dist/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
|