Lines Matching defs:VTy
748 for (const TypeSetByHwMode &VTy : Src.getExtTypes()) {
754 if (auto Error = OM.addTypeCheckPredicate(VTy, OperandIsAPointer))
1147 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode();
1165 OM.addTypeCheckPredicate(VTy, false /* OperandIsAPointer */))
1841 const TypeSetByHwMode &VTy = Child0.getExtType(0);
1842 return inferSuperRegisterClassForNode(VTy, Child0, N.getChild(2));
1846 const TypeSetByHwMode &VTy = N.getExtType(0);
1847 return inferSuperRegisterClass(VTy, N.getChild(1));
2045 const TypeSetByHwMode &VTy = Src.getExtType(I);
2071 inferSuperRegisterClassForNode(VTy, Dst.getChild(0), Dst.getChild(2));
2080 auto MaybeRegClass = inferSuperRegisterClass(VTy, Dst.getChild(2));