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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h42 unsigned ResNo; // valid for expressions member in struct:llvm::SDDbgValue::__anon2183::__anon2184
59 u.s.ResNo = R;
86 // Returns the ResNo for a register ref
87 unsigned getResNo() { assert (kind==SDNODE); return u.s.ResNo; }
H A DInstrEmitter.h42 void EmitCopyFromReg(SDNode *Node, unsigned ResNo,
50 unsigned ResNo) const;
H A DLegalizeTypes.h159 /// node with the corresponding input operand, except for the result 'ResNo',
161 SDValue DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo);
218 void PromoteIntegerResult(SDNode *N, unsigned ResNo);
219 SDValue PromoteIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo);
245 SDValue PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo);
257 SDValue PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo);
261 SDValue PromoteIntRes_XMULO(SDNode *N, unsigned ResNo);
306 void ExpandIntegerResult(SDNode *N, unsigned ResNo);
307 void ExpandIntRes_MERGE_VALUES (SDNode *N, unsigned ResNo,
385 SDValue SoftenFloatRes_MERGE_VALUES(SDNode *N, unsigned ResNo);
[all...]
H A DInstrEmitter.cpp85 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
90 SDValue Op(Node, ResNo);
103 MVT VT = Node->getSimpleValueType(ResNo);
116 User->getOperand(2).getResNo() == ResNo) {
126 if (Op.getNode() != Node || Op.getResNo() != ResNo)
181 SDValue Op(Node, ResNo);
192 unsigned ResNo) const {
199 User->getOperand(2).getResNo() == ResNo) {
H A DLegalizeVectorTypes.cpp33 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { argument
34 DEBUG(dbgs() << "Scalarize node result " << ResNo << ": ";
42 dbgs() << "ScalarizeVectorResult #" << ResNo << ": ";
49 case ISD::MERGE_VALUES: R = ScalarizeVecRes_MERGE_VALUES(N, ResNo);break;
127 SetScalarizedVector(SDValue(N, ResNo), R);
146 unsigned ResNo) {
147 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
480 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { argument
487 if (CustomLowerNode(N, N->getValueType(ResNo), true))
493 dbgs() << "SplitVectorResult #" << ResNo << "
145 ScalarizeVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
1434 WidenVectorResult(SDNode *N, unsigned ResNo) argument
1834 WidenVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
[all...]
H A DLegalizeFloatTypes.cpp47 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { argument
48 DEBUG(dbgs() << "Soften float result " << ResNo << ": "; N->dump(&DAG);
55 dbgs() << "SoftenFloatResult #" << ResNo << ": ";
60 case ISD::MERGE_VALUES:R = SoftenFloatRes_MERGE_VALUES(N, ResNo); break;
107 SetSoftenedFloat(SDValue(N, ResNo), R);
115 unsigned ResNo) {
116 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
784 void DAGTypeLegalizer::ExpandFloatResult(SDNode *N, unsigned ResNo) { argument
790 if (CustomLowerNode(N, N->getValueType(ResNo), true))
796 dbgs() << "ExpandFloatResult #" << ResNo << "
114 SoftenFloatRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
[all...]
H A DLegalizeIntegerTypes.cpp35 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { argument
40 if (CustomLowerNode(N, N->getValueType(ResNo), true))
46 dbgs() << "PromoteIntegerResult #" << ResNo << ": ";
50 case ISD::MERGE_VALUES:Res = PromoteIntRes_MERGE_VALUES(N, ResNo); break;
116 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break;
118 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break;
120 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break;
144 SetPromotedInteger(SDValue(N, ResNo), Res);
148 unsigned ResNo) {
149 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
147 PromoteIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
444 PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) argument
620 PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) argument
648 PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) argument
1075 ExpandIntegerResult(SDNode *N, unsigned ResNo) argument
1633 ExpandIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo, SDValue &Lo, SDValue &Hi) argument
[all...]
H A DLegalizeTypesGeneric.cpp33 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, argument
35 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
500 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo, argument
502 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
H A DScheduleDAGSDNodes.cpp121 unsigned ResNo = User->getOperand(2).getResNo(); local
124 if (ResNo >= II.getNumDefs() &&
125 II.ImplicitDefs[ResNo - II.getNumDefs()] == Reg) {
128 TRI->getMinimalPhysRegClass(Reg, Def->getValueType(ResNo));
H A DLegalizeTypes.cpp906 /// illegal ResNo in that case.
954 SDValue DAGTypeLegalizer::DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo) { argument
956 if (i != ResNo)
958 return SDValue(N->getOperand(ResNo));
H A DTargetLowering.cpp2141 unsigned ResNo = 0; // ResNo - The result number of the next output. local
2167 OpInfo.ConstraintVT = getSimpleValueType(STy->getElementType(ResNo));
2169 assert(ResNo == 0 && "Asm only has one result!");
2172 ++ResNo;
H A DSelectionDAGBuilder.cpp6206 unsigned ResNo = 0; // ResNo - The result number of the next output.
6226 OpVT = TLI->getSimpleValueType(STy->getElementType(ResNo));
6228 assert(ResNo == 0 && "Asm only has one result!");
6231 ++ResNo;
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h226 MVT::SimpleValueType getKnownType(unsigned ResNo) const;
345 MVT::SimpleValueType getType(unsigned ResNo) const {
346 return Types[ResNo].getConcrete();
349 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; }
350 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; }
351 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; }
353 bool hasTypeSet(unsigned ResNo) cons
[all...]
H A DCodeGenDAGPatterns.cpp842 /// N, and the result number in ResNo.
845 unsigned &ResNo) {
848 ResNo = OpNo;
874 unsigned ResNo = 0; // The result number being referenced. local
875 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo);
880 return NodeToApply->UpdateNodeType(ResNo, x.SDTCisVT_Info.VT, TP);
883 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
886 return NodeToApply->getExtType(ResNo).EnforceInteger(TP);
889 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
892 return NodeToApply->getExtType(ResNo)
843 getOperandNum(unsigned OpNo, TreePatternNode *N, const SDNodeInfo &NodeInfo, unsigned &ResNo) argument
959 UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP) argument
1329 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
1632 unsigned ResNo = NumResultsToAdd; local
[all...]
H A DDAGISelMatcher.h529 unsigned ResNo; member in class:llvm::CheckTypeMatcher
532 : Matcher(CheckType), Type(type), ResNo(resno) {}
535 unsigned getResNo() const { return ResNo; }
H A DDAGISelMatcher.cpp165 OS.indent(indent) << "CheckType " << getEnumName(Type) << ", ResNo="
166 << ResNo << '\n';
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h96 unsigned ResNo; // Which return value of the node we are using. member in class:llvm::SDValue
98 SDValue() : Node(0), ResNo(0) {}
99 SDValue(SDNode *node, unsigned resno) : Node(node), ResNo(resno) {}
102 unsigned getResNo() const { return ResNo; }
113 return Node == O.Node && ResNo == O.ResNo;
119 return Node < O.Node || (Node == O.Node && ResNo < O.ResNo);
165 /// use_empty - Return true if there are no nodes using value ResNo
171 /// ResNo o
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3776 unsigned ResNo = UI.getUse().getResNo(); local
3778 if (ResNo == NumVecs)
3781 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo));
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9519 unsigned ResNo = UI.getUse().getResNo(); local
9521 if (ResNo == NumVecs)
9524 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo));

Completed in 239 milliseconds