Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1740 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local
1741 if (RVVT == MVT::f128) in selectRet()
1745 if (RVVT == MVT::f64 && UnsupportedFPMode) { in selectRet()
1752 if (RVVT != DestVT) { in selectRet()
1753 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet()
1758 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1752 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local
1755 if (RVVT != DestVT && RVVT != MVT::i8 && in SelectRet()
1756 RVVT != MVT::i16 && RVVT != MVT::i32) in SelectRet()
1759 if (RVVT != DestVT) { in SelectRet()
1770 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, true)) in SelectRet()
1779 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, false)) in SelectRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2124 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local
2127 if (RVVT != DestVT) { in SelectRet()
2128 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in SelectRet()
2136 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3821 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local
3822 if (RVVT == MVT::f128) in selectRet()
3827 if (RVVT != DestVT) { in selectRet()
3828 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet()
3835 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()