Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:ResNode

124   SDNode *ResNode = NULL;
127 ResNode = SelectLoad(N);
130 ResNode = SelectStore(N);
134 ResNode = SelectLoadVector(N);
140 ResNode = SelectLDGLDUVector(N);
144 ResNode = SelectStoreVector(N);
149 ResNode = SelectLoadParam(N);
154 ResNode = SelectStoreRetval(N);
161 ResNode = SelectStoreParam(N);
166 if (ResNode)
167 return ResNode;