Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1013 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 …]