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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 242 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
247 class SDUse {
254 SDUse **Prev, *Next;
256 SDUse(const SDUse &U) LLVM_DELETED_FUNCTION;
257 void operator=(const SDUse &U) LLVM_DELETED_FUNCTION;
260 SDUse() : Val(), User(nullptr), Prev(nullptr), Next(nullptr) {}
262 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
272 /// getNext - Get the next SDUse in the use list.
273 SDUse *getNext() const { return Next;
    [all...]
SelectionDAG.h 641 SDValue getNode(unsigned Opcode, SDLoc DL, EVT VT, ArrayRef<SDUse> Ops);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 379 ArrayRef<SDUse> Ops) {
646 SDUse &Use = *I++;
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 165 milliseconds