Home | History | Annotate | Download | only in Target

Lines Matching defs:VT1

841       EVT VT1;
844 (void)getVectorTypeBreakdown(Context, VT, VT1,
869 EVT VT1;
872 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
1821 /// Return true if it's profitable to narrow operations of type VT1 to
1824 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {