HomeSort by relevance Sort by last modified time
    Searched refs:SRCVALUE (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 573 /// VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
579 /// a source pointer, a SRCVALUE for the destination, and a SRCVALUE for the
584 /// pointer, and a SRCVALUE.
587 /// SRCVALUE - This is a node type that holds a Value* that is used to
589 SRCVALUE,
610 /// SRCVALUE for the trampoline and another for the nested function
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 74 case ISD::SRCVALUE: return "SrcValue";
SelectionDAG.cpp 447 case ISD::SRCVALUE:
    [all...]

Completed in 87 milliseconds