Lines Matching refs:NodeInfo
1560 const SDNodeInfo &NodeInfo, in getOperandNum() argument
1562 unsigned NumResults = NodeInfo.getNumResults(); in getOperandNum()
1586 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() argument
1592 TreePatternNode *NodeToApply = getOperandNum(OperandNo, N, NodeInfo, ResNo); in ApplyTypeConstraint()
1614 getOperandNum(x.SDTCisSameAs_Info.OtherOperandNum, N, NodeInfo, OResNo); in ApplyTypeConstraint()
1635 getOperandNum(x.SDTCisVTSmallerThanOp_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1643 getOperandNum(x.SDTCisOpSmallerThanOp_Info.BigOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1651 getOperandNum(x.SDTCisEltOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1661 getOperandNum(x.SDTCisSubVecOfVec_Info.OtherOperandNum, N, NodeInfo, in ApplyTypeConstraint()
1676 N, NodeInfo, OResNo); in ApplyTypeConstraint()
1684 N, NodeInfo, OResNo); in ApplyTypeConstraint()
2720 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local
2722 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in canPatternMatch()
4551 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
4554 if (NodeInfo.hasProperty(SDNPAssociative)) { in GenerateVariantsOf()
4616 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) { in GenerateVariantsOf()