Home
last modified time | relevance | path

Searched refs:OResNo (Results 1 – 3 of 3) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1446 unsigned OResNo = 0; in ApplyTypeConstraint() local
1448 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1449 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint()
1450 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint()
1467 unsigned OResNo = 0; in ApplyTypeConstraint() local
1470 OResNo); in ApplyTypeConstraint()
1472 return TI.EnforceSmallerThan(TypeListTmp, OtherNode->getExtType(OResNo)); in ApplyTypeConstraint()
1507 unsigned OResNo = 0; in ApplyTypeConstraint() local
1510 N, NodeInfo, OResNo); in ApplyTypeConstraint()
1511 return TI.EnforceSameNumElts(OtherNode->getExtType(OResNo), in ApplyTypeConstraint()
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp859 unsigned OResNo = 0; in ApplyTypeConstraint() local
861 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
862 return NodeToApply->UpdateNodeType(OResNo, OtherNode->getExtType(ResNo),TP)| in ApplyTypeConstraint()
863 OtherNode->UpdateNodeType(ResNo,NodeToApply->getExtType(OResNo),TP); in ApplyTypeConstraint()
878 unsigned OResNo = 0; in ApplyTypeConstraint() local
881 OResNo); in ApplyTypeConstraint()
883 return TypeListTmp.EnforceSmallerThan(OtherNode->getExtType(OResNo), TP); in ApplyTypeConstraint()