Lines Matching refs:DestVT

200     unsigned ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, bool isZExt);
1737 EVT DestVT = TLI.getValueType(DL, I->getType(), true); in SelectBinaryIntOp() local
1741 if (DestVT != MVT::i16 && DestVT != MVT::i8 && DestVT != MVT::i1) in SelectBinaryIntOp()
1953 MVT DestVT = VA.getLocVT(); in ProcessCallArgs() local
1954 Arg = ARMEmitIntExt(ArgVT, Arg, DestVT, /*isZExt*/false); in ProcessCallArgs()
1956 ArgVT = DestVT; in ProcessCallArgs()
1962 MVT DestVT = VA.getLocVT(); in ProcessCallArgs() local
1963 Arg = ARMEmitIntExt(ArgVT, Arg, DestVT, /*isZExt*/true); in ProcessCallArgs()
1965 ArgVT = DestVT; in ProcessCallArgs()
2040 MVT DestVT = RVLocs[0].getValVT(); in FinishCall() local
2041 const TargetRegisterClass* DstRC = TLI.getRegClassFor(DestVT); in FinishCall()
2128 MVT DestVT = VA.getValVT(); in SelectRet() local
2130 if (RVVT != DestVT) { in SelectRet()
2134 assert(DestVT == MVT::i32 && "ARM should always ext to i32"); in SelectRet()
2139 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
2588 EVT SrcVT, DestVT; in SelectTrunc() local
2590 DestVT = TLI.getValueType(DL, I->getType(), true); in SelectTrunc()
2594 if (DestVT != MVT::i16 && DestVT != MVT::i8 && DestVT != MVT::i1) in SelectTrunc()
2606 unsigned ARMFastISel::ARMEmitIntExt(MVT SrcVT, unsigned SrcReg, MVT DestVT, in ARMEmitIntExt() argument
2608 if (DestVT != MVT::i32 && DestVT != MVT::i16 && DestVT != MVT::i8) in ARMEmitIntExt()
2680 unsigned DestBits = DestVT.getSizeInBits(); in ARMEmitIntExt()
2763 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt() local
2764 unsigned ResultReg = ARMEmitIntExt(SrcVT, SrcReg, DestVT, isZExt); in SelectIntExt()
2778 EVT DestVT = TLI.getValueType(DL, I->getType(), true); in SelectShift() local
2779 if (DestVT != MVT::i32) in SelectShift()