Home | History | Annotate | Download | only in Target

Lines Matching defs:VT1

964       EVT VT1;
967 (void)getVectorTypeBreakdown(Context, VT, VT1,
992 EVT VT1;
995 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
1949 /// Return true if it's profitable to narrow operations of type VT1 to
1952 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {