Lines Matching refs:DestVT
201 unsigned ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool isZExt);
1734 EVT DestVT = TLI.getValueType(DL, I->getType(), true); in SelectBinaryIntOp() local
1738 if (DestVT != MVT::i16 && DestVT != MVT::i8 && DestVT != MVT::i1) in SelectBinaryIntOp()
1950 MVT DestVT = VA.getLocVT(); in ProcessCallArgs() local
1951 Arg = ARMEmitIntExt(ArgVT, Arg, DestVT, /*isZExt*/false); in ProcessCallArgs()
1953 ArgVT = DestVT; in ProcessCallArgs()
1959 MVT DestVT = VA.getLocVT(); in ProcessCallArgs() local
1960 Arg = ARMEmitIntExt(ArgVT, Arg, DestVT, /*isZExt*/true); in ProcessCallArgs()
1962 ArgVT = DestVT; in ProcessCallArgs()
2037 MVT DestVT = RVLocs[0].getValVT(); in FinishCall() local
2038 const TargetRegisterClass* DstRC = TLI.getRegClassFor(DestVT); in FinishCall()
2125 MVT DestVT = VA.getValVT(); in SelectRet() local
2127 if (RVVT != DestVT) { in SelectRet()
2131 assert(DestVT == MVT::i32 && "ARM should always ext to i32"); in SelectRet()
2136 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
2582 EVT SrcVT, DestVT; in SelectTrunc() local
2584 DestVT = TLI.getValueType(DL, I->getType(), true); in SelectTrunc()
2588 if (DestVT != MVT::i16 && DestVT != MVT::i8 && DestVT != MVT::i1) in SelectTrunc()
2600 unsigned ARMFastISel::ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in ARMEmitIntExt() argument
2602 if (DestVT != MVT::i32 && DestVT != MVT::i16 && DestVT != MVT::i8) in ARMEmitIntExt()
2674 unsigned DestBits = DestVT.getSizeInBits(); in ARMEmitIntExt()
2757 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt() local
2758 unsigned ResultReg = ARMEmitIntExt(SrcVT, SrcReg, DestVT, isZExt); in SelectIntExt()
2772 EVT DestVT = TLI.getValueType(DL, I->getType(), true); in SelectShift() local
2773 if (DestVT != MVT::i32) in SelectShift()