Lines Matching defs:select
55 template <unsigned NodeType> bool select(SDNode *N);
317 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) {
331 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) {
368 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) {
455 template <> bool AVRDAGToDAGISel::select<AVRISD::CALL>(SDNode *N) {
496 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) {
579 return select<ISD::FrameIndex>(N);
581 return select<ISD::BRIND>(N);
588 return select<ISD::STORE>(N);
590 return select<ISD::LOAD>(N);
592 return select<AVRISD::CALL>(N);