Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1805 EVT SrcEVT, DestEVT; in selectIntExt() local
1807 DestEVT = TLI.getValueType(DL, DestTy, true); in selectIntExt()
1810 if (!DestEVT.isSimple()) in selectIntExt()
1814 MVT DestVT = DestEVT.getSimpleVT(); in selectIntExt()
1910 EVT DestEVT = TLI.getValueType(DL, I->getType(), true); in selectDivRem() local
1911 if (!DestEVT.isSimple()) in selectDivRem()
1914 MVT DestVT = DestEVT.getSimpleVT(); in selectDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1909 EVT SrcEVT, DestEVT; in SelectIntExt() local
1911 DestEVT = TLI.getValueType(DL, DestTy, true); in SelectIntExt()
1914 if (!DestEVT.isSimple()) in SelectIntExt()
1918 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp457 EVT DestEVT = TLI.getValueType(DL, GV->getType(), true); in materializeGV() local
458 if (!DestEVT.isSimple()) in materializeGV()
3941 EVT DestEVT = TLI.getValueType(DL, DestTy, true); in selectTrunc() local
3944 if (!DestEVT.isSimple()) in selectTrunc()
3948 MVT DestVT = DestEVT.getSimpleVT(); in selectTrunc()
4600 EVT DestEVT = TLI.getValueType(DL, I->getType(), true); in selectRem() local
4601 if (!DestEVT.isSimple()) in selectRem()
4604 MVT DestVT = DestEVT.getSimpleVT(); in selectRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2756 EVT SrcEVT, DestEVT; in SelectIntExt() local
2758 DestEVT = TLI.getValueType(DL, DestTy, true); in SelectIntExt()
2760 if (!DestEVT.isSimple()) return false; in SelectIntExt()
2763 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt()