Lines Matching defs:VT1
4189 EVT VT1 = Op.getValue(1).getValueType();
4200 SDVTList VTs = DAG.getVTList(VT0, VT1);
4206 IsSigned ? overflowFlagToValue(Sum.getValue(1), VT1, DAG)
4207 : carryFlagToValue(Sum.getValue(1), VT1, DAG, InvertCarry);
15750 bool AArch64TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
15751 if (VT1.isVector() || VT2.isVector() || !VT1.isInteger() || !VT2.isInteger())
15753 uint64_t NumBits1 = VT1.getFixedSizeInBits();
15794 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
15795 if (VT1.isVector() || VT2.isVector() || !VT1.isInteger() || !VT2.isInteger())
15797 unsigned NumBits1 = VT1.getSizeInBits();
15803 EVT VT1 = Val.getValueType();
15804 if (isZExtFree(VT1, VT2)) {
15812 return (VT1.isSimple() && !VT1.isVector() && VT1.isInteger() &&
15814 VT1.getSizeInBits() <= 32);
28631 EVT VT1;
28634 getVectorTypeBreakdownForCallingConv(Context, CC, VT, VT1, NumIntermediates,
28646 EVT VT1;
28649 return getVectorTypeBreakdownForCallingConv(Context, CC, VT, VT1,