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.cpp1907 EVT SrcEVT, DestEVT; in SelectIntExt() local
1909 DestEVT = TLI.getValueType(DL, DestTy, true); in SelectIntExt()
1912 if (!DestEVT.isSimple()) in SelectIntExt()
1916 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp458 EVT DestEVT = TLI.getValueType(DL, GV->getType(), true); in materializeGV() local
459 if (!DestEVT.isSimple()) in materializeGV()
3955 EVT DestEVT = TLI.getValueType(DL, DestTy, true); in selectTrunc() local
3958 if (!DestEVT.isSimple()) in selectTrunc()
3962 MVT DestVT = DestEVT.getSimpleVT(); in selectTrunc()
4614 EVT DestEVT = TLI.getValueType(DL, I->getType(), true); in selectRem() local
4615 if (!DestEVT.isSimple()) in selectRem()
4618 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()