Home | History | Annotate | Download | only in Target

Lines Matching defs:VT2

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