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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h777 /// VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
783 /// a source pointer, a SRCVALUE for the destination, and a SRCVALUE for the
788 /// pointer, and a SRCVALUE.
791 /// SRCVALUE - This is a node type that holds a Value* that is used to
793 SRCVALUE, enumerator in enum:llvm::ISD::NodeType
816 /// SRCVALUE for the trampoline and another for the nested function
H A DSelectionDAGNodes.h2012 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
2019 return N->getOpcode() == ISD::SRCVALUE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp103 case ISD::SRCVALUE: return "SrcValue";
H A DSelectionDAG.cpp524 case ISD::SRCVALUE:
1868 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), None);

Completed in 149 milliseconds