Home
last modified time | relevance | path

Searched refs:RVVT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1734 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 DPPCFastISel.cpp1753 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local
1756 if (RVVT != DestVT && RVVT != MVT::i8 && in SelectRet()
1757 RVVT != MVT::i16 && RVVT != MVT::i32) in SelectRet()
1760 if (RVVT != DestVT) { in SelectRet()
1771 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, true)) in SelectRet()
1780 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, false)) in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2127 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 DAArch64FastISel.cpp3896 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local
3897 if (RVVT == MVT::f128) in selectRet()
3902 if (RVVT != DestVT) { in selectRet()
3903 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet()
3910 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()