Home | History | Annotate | Download | only in Target

Lines Matching defs:VT2

1096       MVT VT2;
1098 return getVectorTypeBreakdown(Context, VT, VT1, NumIntermediates, VT2);
2114 /// Return true if zero-extending the specific node Val to type VT2 is free
2117 virtual bool isZExtFree(SDValue Val, EVT VT2) const {
2118 return isZExtFree(Val.getValueType(), VT2);
2170 /// VT2. e.g. on x86, it's profitable to narrow from i32 to i8 but not from
2172 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const {