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.h1277 SRCVALUE, enumerator
H A DSelectionDAGNodes.h2333 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
2340 return N->getOpcode() == ISD::SRCVALUE;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp121 case ISD::SRCVALUE: return "SrcValue"; in getOperationName()
H A DSelectionDAG.cpp780 case ISD::SRCVALUE: in AddNodeIDCustom()
2401 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), {}); in getSrcValue()