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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 200 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
205 class SDUse {
212 SDUse **Prev, *Next;
214 SDUse(const SDUse &U); // Do not implement
215 void operator=(const SDUse &U); // Do not implement
218 SDUse() : Val(), User(NULL), Prev(NULL), Next(NULL) {}
220 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
230 /// getNext - Get the next SDUse in the use list.
231 SDUse *getNext() const { return Next;
    [all...]
SelectionDAG.h 520 const SDUse *Ops, unsigned NumOps);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 339 const SDUse *Ops, unsigned NumOps) {
552 SDUse &Use = *I++;
    [all...]
SelectionDAGISel.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 138 milliseconds