Searched refs:RVVT (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1660 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local 1663 if (RVVT != DestVT && RVVT != MVT::i8 && in SelectRet() 1664 RVVT != MVT::i16 && RVVT != MVT::i32) in SelectRet() 1667 if (RVVT != DestVT) { in SelectRet() 1678 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, true)) in SelectRet() 1687 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, false)) in SelectRet()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1494 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local 1495 if (RVVT == MVT::f128) in selectRet() 1500 if (RVVT != DestVT) { in selectRet() 1501 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet() 1506 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2121 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local 2124 if (RVVT != DestVT) { in SelectRet() 2125 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in SelectRet() 2133 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3735 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local 3736 if (RVVT == MVT::f128) in selectRet() 3741 if (RVVT != DestVT) { in selectRet() 3742 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet() 3749 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()
|