Home | History | Annotate | Download | only in ARM

Lines Matching refs:SrcTy

204   EVT SrcTy = TLI->getValueType(Src);
207 if (!SrcTy.isSimple() || !DstTy.isSimple())
289 if (SrcTy.isVector() && ST->hasNEON()) {
291 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
320 if (SrcTy.isFloatingPoint() && ST->hasNEON()) {
322 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
352 if (SrcTy.isInteger() && ST->hasNEON()) {
354 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
372 if (SrcTy.isInteger()) {
374 DstTy.getSimpleVT(), SrcTy.getSimpleVT());