Home
last modified time | relevance | path

Searched refs:SRCVALUE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1208 SRCVALUE, enumerator
H A DSelectionDAGNodes.h2218 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
2225 return N->getOpcode() == ISD::SRCVALUE;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp111 case ISD::SRCVALUE: return "SrcValue"; in getOperationName()
H A DSelectionDAG.cpp755 case ISD::SRCVALUE: in AddNodeIDCustom()
2343 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), std::nullopt); in getSrcValue()