Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getIntrinsicInfo

1312 /// getIntrinsicInfo - If this node corresponds to an intrinsic, return the
1315 getIntrinsicInfo(const CodeGenDAGPatterns &CDP) const {
1323 return &CDP.getIntrinsicInfo(IID);
1372 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP))
1478 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP)) {
2454 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) {