Searched refs:RVVT (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1740 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1752 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 2123 MVT RVVT = RVEVT.getSimpleVT(); in SelectRet() local 2126 if (RVVT != DestVT) { in SelectRet() 2127 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in SelectRet() 2135 SrcReg = ARMEmitIntExt(RVVT, SrcReg, DestVT, Outs[0].Flags.isZExt()); in SelectRet()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3816 MVT RVVT = RVEVT.getSimpleVT(); in selectRet() local 3817 if (RVVT == MVT::f128) in selectRet() 3822 if (RVVT != DestVT) { in selectRet() 3823 if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16) in selectRet() 3830 SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt); in selectRet()
|