/external/swiftshader/third_party/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
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 369 MVT::SimpleValueType getType(unsigned ResNo) const { in getType() 373 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType() 374 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() 375 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() 377 bool hasTypeSet(unsigned ResNo) const { in hasTypeSet() 380 bool isTypeCompletelyUnknown(unsigned ResNo) const { in isTypeCompletelyUnknown() 383 bool isTypeDynamicallyResolved(unsigned ResNo) const { in isTypeDynamicallyResolved() 487 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy, in UpdateNodeType() 492 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, in UpdateNodeType()
|
D | CodeGenDAGPatterns.cpp | 963 unsigned &ResNo) { in getOperandNum() 993 unsigned ResNo = 0; // The result number being referenced. in ApplyTypeConstraint() local 1098 bool TreePatternNode::UpdateNodeTypeFromInst(unsigned ResNo, in UpdateNodeTypeFromInst() 1482 static EEVT::TypeSet getImplicitType(Record *R, unsigned ResNo, in getImplicitType() 1832 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) in ApplyTypeConstraints() local 1838 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 622 ValueTypeByHwMode getType(unsigned ResNo) const { in getType() 626 const TypeSetByHwMode &getExtType(unsigned ResNo) const { in getExtType() 629 TypeSetByHwMode &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() 630 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() 631 MVT::SimpleValueType getSimpleType(unsigned ResNo) const { in getSimpleType() 635 bool hasConcreteType(unsigned ResNo) const { in hasConcreteType() 638 bool isTypeCompletelyUnknown(unsigned ResNo, TreePattern &TP) const { in isTypeCompletelyUnknown() 899 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() 907 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() 915 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType()
|
D | CodeGenDAGPatterns.cpp | 1395 unsigned &ResNo) { in getOperandNum() 1425 unsigned ResNo = 0; // The result number being referenced. in ApplyTypeConstraint() local 1529 bool TreePatternNode::UpdateNodeTypeFromInst(unsigned ResNo, in UpdateNodeTypeFromInst() 1991 static TypeSetByHwMode getImplicitType(Record *R, unsigned ResNo, in getImplicitType() 2333 for (unsigned ResNo = 0; ResNo != NumResultsToAdd; ++ResNo) in ApplyTypeConstraints() local 2339 unsigned ResNo = NumResultsToAdd; in ApplyTypeConstraints() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 92 unsigned ResNo; // Which return value of the node we are using. variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 49 bool DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 126 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N, unsigned ResNo) { in SoftenFloatRes_BITCAST() 133 unsigned ResNo) { in SoftenFloatRes_MERGE_VALUES() 147 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N, unsigned ResNo) { in SoftenFloatRes_ConstantFP() 181 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FABS() 247 SDValue DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FCOPYSIGN() 434 SDValue DAGTypeLegalizer::SoftenFloatRes_FNEG(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FNEG() 627 SDValue DAGTypeLegalizer::SoftenFloatRes_LOAD(SDNode *N, unsigned ResNo) { in SoftenFloatRes_LOAD() 664 SDValue DAGTypeLegalizer::SoftenFloatRes_SELECT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_SELECT() 673 SDValue DAGTypeLegalizer::SoftenFloatRes_SELECT_CC(SDNode *N, unsigned ResNo) { in SoftenFloatRes_SELECT_CC() [all …]
|
D | SDNodeDbgValue.h | 41 unsigned ResNo; // valid for expressions member
|
D | LegalizeTypes.h | 413 void ReplaceSoftenFloatResult(SDNode *N, unsigned ResNo, SDValue &NewRes) { in ReplaceSoftenFloatResult()
|
D | LegalizeTypesGeneric.cpp | 35 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in ExpandRes_MERGE_VALUES() 517 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in SplitRes_MERGE_VALUES()
|
D | LegalizeIntegerTypes.cpp | 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 167 unsigned ResNo) { in PromoteIntRes_MERGE_VALUES() 213 unsigned ResNo) { in PromoteIntRes_AtomicCmpSwap() 538 SDValue DAGTypeLegalizer::PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_SADDSUBO() 731 SDValue DAGTypeLegalizer::PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_UADDSUBO() 759 SDValue DAGTypeLegalizer::PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) { in PromoteIntRes_XMULO() 1283 void DAGTypeLegalizer::ExpandIntegerResult(SDNode *N, unsigned ResNo) { in ExpandIntegerResult()
|
D | ScheduleDAGSDNodes.cpp | 121 unsigned ResNo = User->getOperand(2).getResNo(); in CheckForPhysRegDependency() local
|
D | LegalizeVectorTypes.cpp | 35 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult() 161 unsigned ResNo) { in ScalarizeVecRes_MERGE_VALUES() 569 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { in SplitVectorResult() 2038 void DAGTypeLegalizer::WidenVectorResult(SDNode *N, unsigned ResNo) { in WidenVectorResult() 2531 SDValue DAGTypeLegalizer::WidenVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) { in WidenVecRes_MERGE_VALUES()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 49 bool DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 126 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N, unsigned ResNo) { in SoftenFloatRes_BITCAST() 133 unsigned ResNo) { in SoftenFloatRes_MERGE_VALUES() 147 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N, unsigned ResNo) { in SoftenFloatRes_ConstantFP() 174 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 184 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FABS() 250 SDValue DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FCOPYSIGN() 437 SDValue DAGTypeLegalizer::SoftenFloatRes_FNEG(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FNEG() 628 SDValue DAGTypeLegalizer::SoftenFloatRes_LOAD(SDNode *N, unsigned ResNo) { in SoftenFloatRes_LOAD() 665 SDValue DAGTypeLegalizer::SoftenFloatRes_SELECT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_SELECT() [all …]
|
D | SDNodeDbgValue.h | 42 unsigned ResNo; ///< Valid for expressions. member
|
D | LegalizeTypesGeneric.cpp | 35 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in ExpandRes_MERGE_VALUES() 507 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in SplitRes_MERGE_VALUES()
|
D | LegalizeIntegerTypes.cpp | 38 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 173 unsigned ResNo) { in PromoteIntRes_MERGE_VALUES() 217 unsigned ResNo) { in PromoteIntRes_AtomicCmpSwap() 537 SDValue DAGTypeLegalizer::PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_SADDSUBO() 738 SDValue DAGTypeLegalizer::PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_UADDSUBO() 766 SDValue DAGTypeLegalizer::PromoteIntRes_ADDSUBCARRY(SDNode *N, unsigned ResNo) { in PromoteIntRes_ADDSUBCARRY() 795 SDValue DAGTypeLegalizer::PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) { in PromoteIntRes_XMULO() 1353 void DAGTypeLegalizer::ExpandIntegerResult(SDNode *N, unsigned ResNo) { in ExpandIntegerResult()
|
D | LegalizeVectorTypes.cpp | 35 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult() 165 unsigned ResNo) { in ScalarizeVecRes_MERGE_VALUES() 628 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { in SplitVectorResult() 2248 void DAGTypeLegalizer::WidenVectorResult(SDNode *N, unsigned ResNo) { in WidenVectorResult() 2748 SDValue DAGTypeLegalizer::WidenVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) { in WidenVecRes_MERGE_VALUES()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SDNodeDbgValue.h | 42 unsigned ResNo; // valid for expressions member
|
D | LegalizeTypesGeneric.cpp | 34 void DAGTypeLegalizer::ExpandRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in ExpandRes_MERGE_VALUES() 434 void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in SplitRes_MERGE_VALUES()
|
D | LegalizeIntegerTypes.cpp | 36 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 147 unsigned ResNo) { in PromoteIntRes_MERGE_VALUES() 444 SDValue DAGTypeLegalizer::PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_SADDSUBO() 607 SDValue DAGTypeLegalizer::PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_UADDSUBO() 635 SDValue DAGTypeLegalizer::PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) { in PromoteIntRes_XMULO() 1068 void DAGTypeLegalizer::ExpandIntegerResult(SDNode *N, unsigned ResNo) { in ExpandIntegerResult() 1608 void DAGTypeLegalizer::ExpandIntRes_MERGE_VALUES(SDNode *N, unsigned ResNo, in ExpandIntRes_MERGE_VALUES()
|
D | LegalizeVectorTypes.cpp | 34 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult() 133 unsigned ResNo) { in ScalarizeVecRes_MERGE_VALUES() 403 void DAGTypeLegalizer::SplitVectorResult(SDNode *N, unsigned ResNo) { in SplitVectorResult() 1212 void DAGTypeLegalizer::WidenVectorResult(SDNode *N, unsigned ResNo) { in WidenVectorResult() 1580 SDValue DAGTypeLegalizer::WidenVecRes_MERGE_VALUES(SDNode *N, unsigned ResNo) { in WidenVecRes_MERGE_VALUES() 2015 bool DAGTypeLegalizer::WidenVectorOperand(SDNode *N, unsigned ResNo) { in WidenVectorOperand()
|
D | LegalizeFloatTypes.cpp | 45 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 112 unsigned ResNo) { in SoftenFloatRes_MERGE_VALUES() 820 void DAGTypeLegalizer::ExpandFloatResult(SDNode *N, unsigned ResNo) { in ExpandFloatResult()
|
D | ScheduleDAGSDNodes.cpp | 113 unsigned ResNo = User->getOperand(2).getResNo(); in CheckForPhysRegDependency() local
|