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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h42 unsigned ResNo; // valid for expressions member in struct:llvm::SDDbgValue::__anon2214::__anon2215
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.h155 /// node with the corresponding input operand, except for the result 'ResNo',
157 SDValue DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo);
214 void PromoteIntegerResult(SDNode *N, unsigned ResNo);
215 SDValue PromoteIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo);
241 SDValue PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo);
253 SDValue PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo);
257 SDValue PromoteIntRes_XMULO(SDNode *N, unsigned ResNo);
302 void ExpandIntegerResult(SDNode *N, unsigned ResNo);
303 void ExpandIntRes_MERGE_VALUES (SDNode *N, unsigned ResNo,
381 SDValue SoftenFloatRes_MERGE_VALUES(SDNode *N, unsigned ResNo);
[all...]
H A DInstrEmitter.cpp84 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, argument
89 SDValue Op(Node, ResNo);
102 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 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;
125 SetScalarizedVector(SDValue(N, ResNo), R);
144 unsigned ResNo) {
145 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
475 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { argument
482 if (CustomLowerNode(N, N->getValueType(ResNo), true))
488 dbgs() << "SplitVectorResult #" << ResNo << "
143 ScalarizeVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) argument
1399 WidenVectorResult(SDNode *N, unsigned ResNo) argument
1781 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;
106 SetSoftenedFloat(SDValue(N, ResNo), R);
114 unsigned ResNo) {
115 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
771 void DAGTypeLegalizer::ExpandFloatResult(SDNode *N, unsigned ResNo) { argument
777 if (CustomLowerNode(N, N->getValueType(ResNo), true))
783 dbgs() << "ExpandFloatResult #" << ResNo << "
113 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
446 PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) argument
611 PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) argument
639 PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) argument
1068 ExpandIntegerResult(SDNode *N, unsigned ResNo) argument
1617 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);
477 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo, argument
479 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.cpp930 /// illegal ResNo in that case.
980 SDValue DAGTypeLegalizer::DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo) { argument
982 if (i != ResNo)
984 return SDValue(N->getOperand(ResNo));
H A DTargetLowering.cpp2070 unsigned ResNo = 0; // ResNo - The result number of the next output. local
2096 OpInfo.ConstraintVT = getSimpleValueType(STy->getElementType(ResNo));
2098 assert(ResNo == 0 && "Asm only has one result!");
2101 ++ResNo;
H A DSelectionDAGBuilder.cpp5848 unsigned ResNo = 0; // ResNo - The result number of the next output. local
5868 OpVT = TLI.getSimpleValueType(STy->getElementType(ResNo));
5870 assert(ResNo == 0 && "Asm only has one result!");
5873 ++ResNo;
/freebsd-10.0-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.cpp845 /// N, and the result number in ResNo.
848 unsigned &ResNo) {
851 ResNo = OpNo;
877 unsigned ResNo = 0; // The result number being referenced. local
878 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo);
883 return NodeToApply->UpdateNodeType(ResNo, x.SDTCisVT_Info.VT, TP);
886 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
889 return NodeToApply->getExtType(ResNo).EnforceInteger(TP);
892 return NodeToApply->getExtType(ResNo).EnforceFloatingPoint(TP);
895 return NodeToApply->getExtType(ResNo)
846 getOperandNum(unsigned OpNo, TreePatternNode *N, const SDNodeInfo &NodeInfo, unsigned &ResNo) argument
962 UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP) argument
1332 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
1635 unsigned ResNo = NumResultsToAdd; local
[all...]
H A DDAGISelMatcher.h499 unsigned ResNo; member in class:llvm::CheckTypeMatcher
502 : Matcher(CheckType), Type(type), ResNo(resno) {}
505 unsigned getResNo() const { return ResNo; }
H A DDAGISelMatcher.cpp161 OS.indent(indent) << "CheckType " << getEnumName(Type) << ", ResNo="
162 << ResNo << '\n';
/freebsd-10.0-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-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8949 unsigned ResNo = UI.getUse().getResNo(); local
8951 if (ResNo == NumVecs)
8954 DCI.CombineTo(User, SDValue(VLDDup.getNode(), ResNo));

Completed in 455 milliseconds