Searched refs:OResNo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1013 unsigned OResNo = 0; in ApplyTypeConstraint() local 1015 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1016 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1017 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1034 unsigned OResNo = 0; in ApplyTypeConstraint() local 1037 OResNo); in ApplyTypeConstraint() 1039 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint() 1076 unsigned OResNo = 0; in ApplyTypeConstraint() local 1079 N, NodeInfo, OResNo); in ApplyTypeConstraint() 1080 return OtherNode->getExtType(OResNo). in ApplyTypeConstraint() [all …]
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1566 unsigned OResNo = 0; in ApplyTypeConstraint() local 1568 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1569 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1570 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1587 unsigned OResNo = 0; in ApplyTypeConstraint() local 1590 OResNo); in ApplyTypeConstraint() 1592 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo)); in ApplyTypeConstraint() 1627 unsigned OResNo = 0; in ApplyTypeConstraint() local 1630 N, NodeInfo, OResNo); in ApplyTypeConstraint() 1631 return TI.EnforceSameNumElts(OtherNode->getExtType(OResNo), in ApplyTypeConstraint() [all …]
|