Home | History | Annotate | Download | only in Target

Lines Matching defs:VT1

1067       EVT VT1;
1070 (void)getVectorTypeBreakdown(Context, VT, VT1,
1095 EVT VT1;
1098 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
2169 /// Return true if it's profitable to narrow operations of type VT1 to
2172 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {