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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h535 // VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
541 // a source pointer, a SRCVALUE for the destination, and a SRCVALUE for the
546 // pointer, and a SRCVALUE.
549 // SRCVALUE - This is a node type that holds a Value* that is used to
551 SRCVALUE, enumerator in enum:llvm::ISD::NodeType
572 // SRCVALUE for the trampoline and another for the nested function (allowing
H A DSelectionDAGNodes.h1393 : SDNode(ISD::SRCVALUE, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
1401 return N->getOpcode() == ISD::SRCVALUE;
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h633 /// VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
639 /// a source pointer, a SRCVALUE for the destination, and a SRCVALUE for the
644 /// pointer, and a SRCVALUE.
647 /// SRCVALUE - This is a node type that holds a Value* that is used to
649 SRCVALUE, enumerator in enum:llvm::ISD::NodeType
672 /// SRCVALUE for the trampoline and another for the nested function
H A DSelectionDAGNodes.h1597 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
1604 return N->getOpcode() == ISD::SRCVALUE;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp81 case ISD::SRCVALUE: return "SrcValue";
H A DSelectionDAG.cpp418 case ISD::SRCVALUE:
1750 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), None);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp388 case ISD::SRCVALUE:
1412 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), 0, 0);
5892 case ISD::SRCVALUE: return "SrcValue";

Completed in 193 milliseconds