Searched defs:ResNo (Results 1 – 13 of 13) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 343 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()
|
D | CodeGenDAGPatterns.cpp | 811 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
|
D | DAGISelMatcher.h | 500 unsigned ResNo; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 91 unsigned ResNo; // Which return value of the node we are using. variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 42 unsigned ResNo; // valid for expressions member
|
D | LegalizeIntegerTypes.cpp | 36 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()
|
D | LegalizeVectorTypes.cpp | 34 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()
|
D | ScheduleDAGSDNodes.cpp | 113 unsigned ResNo = User->getOperand(2).getResNo(); in CheckForPhysRegDependency() local
|
D | LegalizeFloatTypes.cpp | 45 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 813 void DAGTypeLegalizer::ExpandFloatResult(SDNode *N, unsigned ResNo) { in ExpandFloatResult()
|
D | InstrEmitter.cpp | 61 EmitCopyFromReg(SDNode *Node, unsigned ResNo, bool IsClone, bool IsCloned, in EmitCopyFromReg()
|
D | TargetLowering.cpp | 2818 unsigned ResNo = 0; // ResNo - The result number of the next output. in ParseConstraints() local
|
D | SelectionDAGBuilder.cpp | 5622 unsigned ResNo = 0; // ResNo - The result number of the next output. in visitInlineAsm() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6442 unsigned ResNo = UI.getUse().getResNo(); in CombineVLDDUP() local
|