Searched refs:ResNo (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h41 unsigned ResNo; // valid for expressions member in struct:llvm::SDDbgValue::__anon2530::__anon2531
62 u.s.ResNo = R;
93 // Returns the ResNo for a register ref
94 unsigned getResNo() const { assert (kind==SDNODE); return u.s.ResNo; }
H A DLegalizeTypes.h177 /// node with the corresponding input operand, except for the result 'ResNo',
179 SDValue DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo);
241 void PromoteIntegerResult(SDNode *N, unsigned ResNo);
242 SDValue PromoteIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo);
247 SDValue PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, unsigned ResNo);
271 SDValue PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo);
284 SDValue PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo);
287 SDValue PromoteIntRes_XMULO(SDNode *N, unsigned ResNo);
335 void ExpandIntegerResult(SDNode *N, unsigned ResNo);
416 // Call ReplaceValueWith(SDValue(N, ResNo), Re
417 ReplaceSoftenFloatResult(SDNode *N, unsigned ResNo, SDValue &NewRes) argument
[all...]
H A DInstrEmitter.h41 void EmitCopyFromReg(SDNode *Node, unsigned ResNo,
49 unsigned ResNo) const;
H A DLegalizeFloatTypes.cpp49 bool DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { argument
50 DEBUG(dbgs() << "Soften float result " << ResNo << ": "; N->dump(&DAG);
57 dbgs() << "SoftenFloatResult #" << ResNo << ": ";
65 assert(isLegalInHWReg(N->getValueType(ResNo)) &&
68 R = SDValue(N, ResNo);
70 case ISD::MERGE_VALUES:R = SoftenFloatRes_MERGE_VALUES(N, ResNo); break;
71 case ISD::BITCAST: R = SoftenFloatRes_BITCAST(N, ResNo); break;
73 case ISD::ConstantFP: R = SoftenFloatRes_ConstantFP(N, ResNo); break;
76 case ISD::FABS: R = SoftenFloatRes_FABS(N, ResNo); break;
81 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N, ResNo); brea
126 SoftenFloatRes_BITCAST(SDNode *N, unsigned ResNo) argument
132 SoftenFloatRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
147 SoftenFloatRes_ConstantFP(SDNode *N, unsigned ResNo) argument
164 SoftenFloatRes_FABS(SDNode *N, unsigned ResNo) argument
230 SoftenFloatRes_FCOPYSIGN(SDNode *N, unsigned ResNo) argument
417 SoftenFloatRes_FNEG(SDNode *N, unsigned ResNo) argument
610 SoftenFloatRes_LOAD(SDNode *N, unsigned ResNo) argument
647 SoftenFloatRes_SELECT(SDNode *N, unsigned ResNo) argument
656 SoftenFloatRes_SELECT_CC(SDNode *N, unsigned ResNo) argument
969 ExpandFloatResult(SDNode *N, unsigned ResNo) argument
1833 PromoteFloatResult(SDNode *N, unsigned ResNo) argument
[all...]
H A DInstrEmitter.cpp86 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
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) {
H A DLegalizeIntegerTypes.cpp37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { argument
42 if (CustomLowerNode(N, N->getValueType(ResNo), true))
48 dbgs() << "PromoteIntegerResult #" << ResNo << ": ";
52 case ISD::MERGE_VALUES:Res = PromoteIntRes_MERGE_VALUES(N, ResNo); break;
128 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break;
130 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break;
132 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break;
152 Res = PromoteIntRes_AtomicCmpSwap(cast<AtomicSDNode>(N), ResNo);
158 SetPromotedInteger(SDValue(N, ResNo), Res);
162 unsigned ResNo) {
161 PromoteIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
207 PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, unsigned ResNo) argument
536 PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) argument
729 PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) argument
757 PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) argument
1281 ExpandIntegerResult(SDNode *N, unsigned ResNo) argument
[all...]
H A DLegalizeTypesGeneric.cpp35 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, argument
37 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
517 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo, argument
519 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
H A DScheduleDAGSDNodes.cpp121 unsigned ResNo = User->getOperand(2).getResNo(); local
127 if (ResNo >= II.getNumDefs() &&
128 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg)
134 TRI->getMinimalPhysRegClass(Reg, Def->getSimpleValueType(ResNo));
H A DLegalizeVectorTypes.cpp35 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { argument
36 DEBUG(dbgs() << "Scalarize node result " << ResNo << ": ";
44 dbgs() << "ScalarizeVectorResult #" << ResNo << ": ";
51 case ISD::MERGE_VALUES: R = ScalarizeVecRes_MERGE_VALUES(N, ResNo);break;
142 SetScalarizedVector(SDValue(N, ResNo), R);
161 unsigned ResNo) {
162 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
572 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { argument
579 if (CustomLowerNode(N, N->getValueType(ResNo), true))
585 dbgs() << "SplitVectorResult #" << ResNo << "
160 ScalarizeVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
1981 WidenVectorResult(SDNode *N, unsigned ResNo) argument
2413 WidenVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
[all...]
H A DLegalizeTypes.cpp947 /// illegal ResNo in that case.
1006 SDValue DAGTypeLegalizer::DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo) { argument
1008 if (i != ResNo)
1010 return SDValue(N->getOperand(ResNo));
H A DTargetLowering.cpp2315 unsigned ResNo = 0; // ResNo - The result number of the next output. local
2342 getSimpleValueType(DL, STy->getElementType(ResNo));
2344 assert(ResNo == 0 && "Asm only has one result!");
2347 ++ResNo;
H A DSelectionDAGBuilder.cpp6155 unsigned ResNo = 0; // ResNo - The result number of the next output.
6176 STy->getElementType(ResNo));
6178 assert(ResNo == 0 && "Asm only has one result!");
6181 ++ResNo;
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h250 MVT::SimpleValueType getKnownType(unsigned ResNo) const;
369 MVT::SimpleValueType getType(unsigned ResNo) const {
370 return Types[ResNo].getConcrete();
373 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; }
374 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; }
375 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; }
377 bool hasTypeSet(unsigned ResNo) cons
[all...]
H A DCodeGenDAGPatterns.cpp960 /// N, and the result number in ResNo.
963 unsigned &ResNo) {
966 ResNo = OpNo;
993 unsigned ResNo = 0; // The result number being referenced. local
994 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo);
999 return NodeToApply->UpdateNodeType(ResNo, x.SDTCisVT_Info.VT, TP);
1002 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
1005 return NodeToApply->getExtType(ResNo).EnforceInteger(TP);
1008 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
1011 return NodeToApply->getExtType(ResNo)
961 getOperandNum(unsigned OpNo, TreePatternNode *N, const SDNodeInfo &NodeInfo, unsigned &ResNo) argument
1098 UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP) argument
1482 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
1838 unsigned ResNo = NumResultsToAdd; local
[all...]
H A DDAGISelMatcher.h532 unsigned ResNo; member in class:llvm::CheckTypeMatcher
535 : Matcher(CheckType), Type(type), ResNo(resno) {}
538 unsigned getResNo() const { return ResNo; }
H A DDAGISelMatcher.cpp174 OS.indent(indent) << "CheckType " << getEnumName(Type) << ", ResNo="
175 << ResNo << '\n';
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h105 unsigned ResNo; // Which return value of the node we are using. member in class:llvm::SDValue
107 SDValue() : Node(nullptr), ResNo(0) {}
111 unsigned getResNo() const { return ResNo; }
122 return Node == O.Node && ResNo == O.ResNo;
128 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
180 /// Return true if there are no nodes using value ResNo of Node.
183 /// Return true if there is exactly one node using value ResNo of Node.
191 V.ResNo
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9843 unsigned ResNo = UI.getUse().getResNo(); local
9845 if (ResNo == NumVecs)
9848 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo));

Completed in 207 milliseconds