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 624 /// VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
630 /// a source pointer, a SRCVALUE for the destination, and a SRCVALUE for the
635 /// pointer, and a SRCVALUE.
638 /// SRCVALUE - This is a node type that holds a Value* that is used to
640 SRCVALUE,
663 /// SRCVALUE for the trampoline and another for the nested function
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 81 case ISD::SRCVALUE: return "SrcValue";
SelectionDAG.cpp 443 case ISD::SRCVALUE:
    [all...]

Completed in 1374 milliseconds