Lines Matching defs:VT2
15750 bool AArch64TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
15751 if (VT1.isVector() || VT2.isVector() || !VT1.isInteger() || !VT2.isInteger())
15754 uint64_t NumBits2 = VT2.getFixedSizeInBits();
15794 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
15795 if (VT1.isVector() || VT2.isVector() || !VT1.isInteger() || !VT2.isInteger())
15798 unsigned NumBits2 = VT2.getSizeInBits();
15802 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
15804 if (isZExtFree(VT1, VT2)) {
15813 VT2.isSimple() && !VT2.isVector() && VT2.isInteger() &&
28647 MVT VT2;
28650 NumIntermediates, VT2);