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

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 42 unsigned ResNo; // valid for expressions
62 u.s.ResNo = R;
91 // Returns the ResNo for a register ref
92 unsigned getResNo() { assert (kind==SDNODE); return u.s.ResNo; }
InstrEmitter.h 42 void EmitCopyFromReg(SDNode *Node, unsigned ResNo,
50 unsigned ResNo) const;
LegalizeTypes.h 158 /// node with the corresponding input operand, except for the result 'ResNo',
160 SDValue DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo);
217 void PromoteIntegerResult(SDNode *N, unsigned ResNo);
218 SDValue PromoteIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo);
223 SDValue PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, unsigned ResNo);
244 SDValue PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo);
256 SDValue PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo);
260 SDValue PromoteIntRes_XMULO(SDNode *N, unsigned ResNo);
305 void ExpandIntegerResult(SDNode *N, unsigned ResNo);
306 void ExpandIntRes_MERGE_VALUES (SDNode *N, unsigned ResNo,
    [all...]
InstrEmitter.cpp 86 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned,
91 SDValue Op(Node, ResNo);
104 MVT VT = Node->getSimpleValueType(ResNo);
115 User->getOperand(2).getResNo() == ResNo) {
125 if (Op.getNode() != Node || Op.getResNo() != ResNo)
180 SDValue Op(Node, ResNo);
191 unsigned ResNo) const {
198 User->getOperand(2).getResNo() == ResNo) {
    [all...]
LegalizeVectorTypes.cpp 35 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) {
36 DEBUG(dbgs() << "Scalarize node result " << ResNo << ": ";
44 dbgs() << "ScalarizeVectorResult #" << ResNo << ": ";
51 case ISD::MERGE_VALUES: R = ScalarizeVecRes_MERGE_VALUES(N, ResNo);break;
132 SetScalarizedVector(SDValue(N, ResNo), R);
151 unsigned ResNo) {
152 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
539 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) {
546 if (CustomLowerNode(N, N->getValueType(ResNo), true))
552 dbgs() << "SplitVectorResult #" << ResNo << ": "
    [all...]
LegalizeIntegerTypes.cpp 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) {
42 if (CustomLowerNode(N, N->getValueType(ResNo), true))
48 dbgs() << "PromoteIntegerResult #" << ResNo << ": ";
52 case ISD::MERGE_VALUES:Res = PromoteIntRes_MERGE_VALUES(N, ResNo); break;
118 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break;
120 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break;
122 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break;
142 Res = PromoteIntRes_AtomicCmpSwap(cast<AtomicSDNode>(N), ResNo);
148 SetPromotedInteger(SDValue(N, ResNo), Res);
152 unsigned ResNo) {
    [all...]
LegalizeFloatTypes.cpp 49 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) {
50 DEBUG(dbgs() << "Soften float result " << ResNo << ": "; N->dump(&DAG);
57 dbgs() << "SoftenFloatResult #" << ResNo << ": ";
62 case ISD::MERGE_VALUES:R = SoftenFloatRes_MERGE_VALUES(N, ResNo); break;
109 SetSoftenedFloat(SDValue(N, ResNo), R);
117 unsigned ResNo) {
118 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
    [all...]
LegalizeTypesGeneric.cpp 35 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo,
37 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
507 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo,
509 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
ScheduleDAGSDNodes.cpp 122 unsigned ResNo = User->getOperand(2).getResNo();
125 if (ResNo >= II.getNumDefs() &&
126 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg) {
129 TRI->getMinimalPhysRegClass(Reg, Def->getValueType(ResNo));
    [all...]
LegalizeTypes.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 230 MVT::SimpleValueType getKnownType(unsigned ResNo) const;
349 MVT::SimpleValueType getType(unsigned ResNo) const {
350 return Types[ResNo].getConcrete();
353 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; }
354 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; }
355 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; }
357 bool hasTypeSet(unsigned ResNo) const
    [all...]
CodeGenDAGPatterns.cpp 849 /// N, and the result number in ResNo.
852 unsigned &ResNo) {
855 ResNo = OpNo;
881 unsigned ResNo = 0; // The result number being referenced.
882 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo);
887 return NodeToApply->UpdateNodeType(ResNo, x.SDTCisVT_Info.VT, TP);
890 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
893 return NodeToApply->getExtType(ResNo).EnforceInteger(TP);
896 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
899 return NodeToApply->getExtType(ResNo).EnforceVector(TP)
    [all...]
DAGISelMatcher.h 531 unsigned ResNo;
533 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
534 : Matcher(CheckType), Type(type), ResNo(resno) {}
537 unsigned getResNo() const { return ResNo; }
    [all...]
DAGISelMatcher.cpp 174 OS.indent(indent) << "CheckType " << getEnumName(Type) << ", ResNo="
175 << ResNo << '\n';
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 121 unsigned ResNo; // Which return value of the node we are using.
123 SDValue() : Node(nullptr), ResNo(0) {}
124 SDValue(SDNode *node, unsigned resno) : Node(node), ResNo(resno) {}
127 unsigned getResNo() const { return ResNo; }
138 return Node == O.Node && ResNo == O.ResNo;
144 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 231 milliseconds