Home | History | Annotate | Download | only in TableGen

Lines Matching defs:getIntrinsicInfo

1581 /// getIntrinsicInfo - If this node corresponds to an intrinsic, return the
1584 getIntrinsicInfo(const CodeGenDAGPatterns &CDP) const {
1591 return &CDP.getIntrinsicInfo(IID);
1665 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP))
1774 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP)) {
2817 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) {