Lines Matching refs:NodeInfo
1595 const SDNodeInfo &NodeInfo, in getOperandNum() argument
1597 unsigned NumResults = NodeInfo.getNumResults(); in getOperandNum()
1621 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() argument
1627 TreePatternNode &NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo); in ApplyTypeConstraint()
1649 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1672 x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1680 x.SDTCisOpSmallerThanOp_Info.BigOperandNum, N, NodeInfo, BResNo); in ApplyTypeConstraint()
1687 x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, VResNo); in ApplyTypeConstraint()
1696 x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, VResNo); in ApplyTypeConstraint()
1709 x.SDTCisSameNumEltsAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1716 x.SDTCisSameSizeAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
2775 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local
2777 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in canPatternMatch()
4640 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
4643 if (NodeInfo.hasProperty(SDNPAssociative)) { in GenerateVariantsOf()
4705 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in GenerateVariantsOf()