Searched refs:RVVT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1734 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local 1735 if (RVVT == MVT::f128) in selectRet() 1739 if (RVVT == MVT::f64 && UnsupportedFPMode) { in selectRet() 1746 if (RVVT != DestVT) { in selectRet() 1747 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet() 1752 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1751 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local 1754 if (RVVT != DestVT && RVVT != MVT::i8 && in SelectRet() 1755 RVVT != MVT::i16 && RVVT != MVT::i32) in SelectRet() 1758 if (RVVT != DestVT) { in SelectRet() 1769 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, true)) in SelectRet() 1778 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, false)) in SelectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2127 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local 2130 if (RVVT != DestVT) { in SelectRet() 2131 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in SelectRet() 2139 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3910 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local 3911 if (RVVT == MVT::f128) in selectRet() 3916 if (RVVT != DestVT) { in selectRet() 3917 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet() 3924 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()
|