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.cpp1746 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local
1747 if (RVVT == MVT::f128) in selectRet()
1751 if (RVVT == MVT::f64 && UnsupportedFPMode) { in selectRet()
1758 if (RVVT != DestVT) { in selectRet()
1759 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet()
1764 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1740 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local
1743 if (RVVT != DestVT && RVVT != MVT::i8 && in SelectRet()
1744 RVVT != MVT::i16 && RVVT != MVT::i32) in SelectRet()
1747 if (RVVT != DestVT) { in SelectRet()
1758 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, true)) in SelectRet()
1767 if (!PPCEmitIntExt(RVVT, SrcReg, DestVT, TmpReg, false)) in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2189 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local
2192 if (RVVT != DestVT) { in SelectRet()
2193 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in SelectRet()
2201 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3908 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local
3909 if (RVVT == MVT::f128) in selectRet()
3914 if (RVVT != DestVT) { in selectRet()
3915 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet()
3922 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()