Home
last modified time | relevance | path

Searched defs:ResNo (Results 1 – 13 of 13) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h343 MVT::SimpleValueType getType(unsigned ResNo) const { in getType()
347 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType()
348 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType()
349 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType()
351 bool hasTypeSet(unsigned ResNo) const { in hasTypeSet()
354 bool isTypeCompletelyUnknown(unsigned ResNo) const { in isTypeCompletelyUnknown()
357 bool isTypeDynamicallyResolved(unsigned ResNo) const { in isTypeDynamicallyResolved()
456 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy, in UpdateNodeType()
461 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, in UpdateNodeType()
DCodeGenDAGPatterns.cpp811 unsigned &ResNo) { in getOperandNum()
838 unsigned ResNo = 0; // The result number being referenced. in ApplyTypeConstraint() local
1243 static EEVT::TypeSet getImplicitType(Record *R, unsigned ResNo, in getImplicitType()
1532 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) { in ApplyTypeConstraints() local
1556 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints() local
DDAGISelMatcher.h500 unsigned ResNo; variable
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h91 unsigned ResNo; // Which return value of the node we are using. variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h42 unsigned ResNo; // valid for expressions member
DLegalizeIntegerTypes.cpp36 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult()
416 SDValue DAGTypeLegalizer::PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_SADDSUBO()
563 SDValue DAGTypeLegalizer::PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_UADDSUBO()
591 SDValue DAGTypeLegalizer::PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) { in PromoteIntRes_XMULO()
1010 void DAGTypeLegalizer::ExpandIntegerResult(SDNode *N, unsigned ResNo) { in ExpandIntegerResult()
DLegalizeVectorTypes.cpp34 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult()
403 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { in SplitVectorResult()
1189 void DAGTypeLegalizer::WidenVectorResult(SDNode *N, unsigned ResNo) { in WidenVectorResult()
1981 bool DAGTypeLegalizer::WidenVectorOperand(SDNode *N, unsigned ResNo) { in WidenVectorOperand()
DScheduleDAGSDNodes.cpp113 unsigned ResNo = User->getOperand(2).getResNo(); in CheckForPhysRegDependency() local
DLegalizeFloatTypes.cpp45 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult()
813 void DAGTypeLegalizer::ExpandFloatResult(SDNode *N, unsigned ResNo) { in ExpandFloatResult()
DInstrEmitter.cpp61 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, in EmitCopyFromReg()
DTargetLowering.cpp2818 unsigned ResNo = 0; // ResNo - The result number of the next output. in ParseConstraints() local
DSelectionDAGBuilder.cpp5622 unsigned ResNo = 0; // ResNo - The result number of the next output. in visitInlineAsm() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6442 unsigned ResNo = UI.getUse().getResNo(); in CombineVLDDUP() local