Lines Matching refs:DestVT
206 unsigned ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool isZExt);
1761 EVT DestVT = TLI.getValueType(DL, I->getType(), true); in SelectBinaryIntOp() local
1765 if (DestVT != MVT::i16 && DestVT != MVT::i8 && DestVT != MVT::i1) in SelectBinaryIntOp()
1974 MVT DestVT = VA.getLocVT(); in ProcessCallArgs() local
1975 Arg = ARMEmitIntExt(ArgVT, Arg, DestVT, /*isZExt*/false); in ProcessCallArgs()
1977 ArgVT = DestVT; in ProcessCallArgs()
1983 MVT DestVT = VA.getLocVT(); in ProcessCallArgs() local
1984 Arg = ARMEmitIntExt(ArgVT, Arg, DestVT, /*isZExt*/true); in ProcessCallArgs()
1986 ArgVT = DestVT; in ProcessCallArgs()
2062 MVT DestVT = RVLocs[0].getValVT(); in FinishCall() local
2063 const TargetRegisterClass* DstRC = TLI.getRegClassFor(DestVT); in FinishCall()
2149 MVT DestVT = VA.getValVT(); in SelectRet() local
2151 if (RVVT != DestVT) { in SelectRet()
2155 assert(DestVT == MVT::i32 && "ARM should always ext to i32"); in SelectRet()
2160 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
2592 EVT SrcVT, DestVT; in SelectTrunc() local
2594 DestVT = TLI.getValueType(DL, I->getType(), true); in SelectTrunc()
2598 if (DestVT != MVT::i16 && DestVT != MVT::i8 && DestVT != MVT::i1) in SelectTrunc()
2610 unsigned ARMFastISel::ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in ARMEmitIntExt() argument
2612 if (DestVT != MVT::i32 && DestVT != MVT::i16 && DestVT != MVT::i8) in ARMEmitIntExt()
2684 unsigned DestBits = DestVT.getSizeInBits(); in ARMEmitIntExt()
2767 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt() local
2768 unsigned ResultReg = ARMEmitIntExt(SrcVT, SrcReg, DestVT, isZExt); in SelectIntExt()
2782 EVT DestVT = TLI.getValueType(DL, I->getType(), true); in SelectShift() local
2783 if (DestVT != MVT::i32) in SelectShift()