Home
last modified time | relevance | path

Searched refs:OResNo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1647 unsigned OResNo = 0; in ApplyTypeConstraint() local
1649 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1650 return (int)NodeToApply.UpdateNodeType(ResNo, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1652 (int)OtherNode.UpdateNodeType(OResNo, NodeToApply.getExtType(ResNo), in ApplyTypeConstraint()
1670 unsigned OResNo = 0; in ApplyTypeConstraint() local
1672 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1674 return TI.EnforceSmallerThan(TypeListTmp, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1707 unsigned OResNo = 0; in ApplyTypeConstraint() local
1709 x.SDTCisSameNumEltsAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1710 return TI.EnforceSameNumElts(OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
[all …]