Searched refs:OResNo (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1665 unsigned OResNo = 0; in ApplyTypeConstraint() local 1667 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint() 1669 OtherNode->getExtType(OResNo), TP) | in ApplyTypeConstraint() 1670 (int)OtherNode->UpdateNodeType(OResNo, in ApplyTypeConstraint() 1688 unsigned OResNo = 0; in ApplyTypeConstraint() local 1691 OResNo); in ApplyTypeConstraint() 1693 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo), in ApplyTypeConstraint() 1729 unsigned OResNo = 0; in ApplyTypeConstraint() local 1732 N, NodeInfo, OResNo); in ApplyTypeConstraint() 1733 return TI.EnforceSameNumElts(OtherNode->getExtType(OResNo), in ApplyTypeConstraint() [all …]
|