HomeSort by relevance Sort by last modified time
    Searched defs:ResNo (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 41 unsigned ResNo; // valid for expressions
63 u.s.ResNo = R;
96 // Returns the ResNo for a register ref
97 unsigned getResNo() const { assert (kind==SDNODE); return u.s.ResNo; }
ScheduleDAGSDNodes.cpp 121 unsigned ResNo = User->getOperand(2).getResNo();
127 if (ResNo >= II.getNumDefs() &&
128 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg)
134 TRI->getMinimalPhysRegClass(Reg, Def->getSimpleValueType(ResNo));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 42 unsigned ResNo; // valid for expressions
59 u.s.ResNo = R;
86 // Returns the ResNo for a register ref
87 unsigned getResNo() { assert (kind==SDNODE); return u.s.ResNo; }
ScheduleDAGSDNodes.cpp 113 unsigned ResNo = User->getOperand(2).getResNo();
116 if (ResNo >= II.getNumDefs() &&
117 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg) {
120 TRI->getMinimalPhysRegClass(Reg, Def->getValueType(ResNo));
TargetLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 484 unsigned ResNo;
486 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
487 : Matcher(CheckType), Type(type), ResNo(resno) {}
490 unsigned getResNo() const { return ResNo; }
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 500 unsigned ResNo;
502 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
503 : Matcher(CheckType), Type(type), ResNo(resno) {}
506 unsigned getResNo() const { return ResNo; }
    [all...]
CodeGenDAGPatterns.cpp 808 /// N, and the result number in ResNo.
811 unsigned &ResNo) {
814 ResNo = OpNo;
838 unsigned ResNo = 0; // The result number being referenced.
839 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo);
845 return NodeToApply->UpdateNodeType(ResNo, x.SDTCisVT_Info.VT, TP);
848 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
851 return NodeToApply->getExtType(ResNo).EnforceInteger(TP);
854 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
857 return NodeToApply->getExtType(ResNo).EnforceVector(TP)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 92 unsigned ResNo; // Which return value of the node we are using.
94 SDValue() : Node(0), ResNo(0) {}
95 SDValue(SDNode *node, unsigned resno) : Node(node), ResNo(resno) {}
98 unsigned getResNo() const { return ResNo; }
109 return Node == O.Node && ResNo == O.ResNo;
115 return Node < O.Node || (Node == O.Node && ResNo < O.ResNo);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 109 unsigned ResNo; // Which return value of the node we are using.
111 SDValue() : Node(nullptr), ResNo(0) {}
112 SDValue(SDNode *node, unsigned resno);
115 unsigned getResNo() const { return ResNo; }
126 return Node == O.Node && ResNo == O.ResNo;
132 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
184 /// Return true if there are no nodes using value ResNo of Node.
187 /// Return true if there is exactly one node using value ResNo of Node
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 122 unsigned ResNo = 0; // Which return value of the node we are using.
126 SDValue(SDNode *node, unsigned resno);
129 unsigned getResNo() const { return ResNo; }
140 return Node == O.Node && ResNo == O.ResNo;
146 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
198 /// Return true if there are no nodes using value ResNo of Node.
201 /// Return true if there is exactly one node using value ResNo of Node.
208 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 122 unsigned ResNo = 0; // Which return value of the node we are using.
126 SDValue(SDNode *node, unsigned resno);
129 unsigned getResNo() const { return ResNo; }
140 return Node == O.Node && ResNo == O.ResNo;
146 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
198 /// Return true if there are no nodes using value ResNo of Node.
201 /// Return true if there is exactly one node using value ResNo of Node.
208 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 127 unsigned ResNo = 0; // Which return value of the node we are using.
131 SDValue(SDNode *node, unsigned resno);
134 unsigned getResNo() const { return ResNo; }
145 return Node == O.Node && ResNo == O.ResNo;
151 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
203 /// Return true if there are no nodes using value ResNo of Node.
206 /// Return true if there is exactly one node using value ResNo of Node.
213 V.ResNo = -1U
    [all...]

Completed in 836 milliseconds

1 2