Lines Matching refs:NodeInfo
1615 const SDNodeInfo &NodeInfo, in getOperandNum() argument
1617 unsigned NumResults = NodeInfo.getNumResults(); in getOperandNum()
1641 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() argument
1647 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo); in ApplyTypeConstraint()
1669 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1692 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1701 getOperandNum(x.SDTCisOpSmallerThanOp_Info.BigOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1709 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1719 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1734 N, NodeInfo, OResNo); in ApplyTypeConstraint()
1742 N, NodeInfo, OResNo); in ApplyTypeConstraint()
2796 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local
2798 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in canPatternMatch()
4628 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
4631 if (NodeInfo.hasProperty(SDNPAssociative)) { in GenerateVariantsOf()
4693 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in GenerateVariantsOf()