Home | History | Annotate | Download | only in TableGen

Lines Matching defs:getIntrinsicInfo

1428 /// getIntrinsicInfo - If this node corresponds to an intrinsic, return the
1431 getIntrinsicInfo(const CodeGenDAGPatterns &CDP) const {
1438 return &CDP.getIntrinsicInfo(IID);
1487 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP))
1571 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP)) {
2550 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) {