Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h553 SRCVALUE, enumerator
DSelectionDAGNodes.h1505 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
1512 return N->getOpcode() == ISD::SRCVALUE;
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp74 case ISD::SRCVALUE: return "SrcValue"; in getOperationName()
DSelectionDAG.cpp400 case ISD::SRCVALUE: in AddNodeIDCustom()
1541 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), 0, 0); in getSrcValue()