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.cpp1817 EVT SrcEVT, DestEVT; in selectIntExt() local
1819 DestEVT = TLI.getValueType(DL, DestTy, true); in selectIntExt()
1822 if (!DestEVT.isSimple()) in selectIntExt()
1826 MVT DestVT = DestEVT.getSimpleVT(); in selectIntExt()
1922 EVT DestEVT = TLI.getValueType(DL, I->getType(), true); in selectDivRem() local
1923 if (!DestEVT.isSimple()) in selectDivRem()
1926 MVT DestVT = DestEVT.getSimpleVT(); in selectDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1896 EVT SrcEVT, DestEVT; in SelectIntExt() local
1898 DestEVT = TLI.getValueType(DL, DestTy, true); in SelectIntExt()
1901 if (!DestEVT.isSimple()) in SelectIntExt()
1905 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp453 EVT DestEVT = TLI.getValueType(DL, GV->getType(), true); in materializeGV() local
454 if (!DestEVT.isSimple()) in materializeGV()
3953 EVT DestEVT = TLI.getValueType(DL, DestTy, true); in selectTrunc() local
3956 if (!DestEVT.isSimple()) in selectTrunc()
3960 MVT DestVT = DestEVT.getSimpleVT(); in selectTrunc()
4617 EVT DestEVT = TLI.getValueType(DL, I->getType(), true); in selectRem() local
4618 if (!DestEVT.isSimple()) in selectRem()
4621 MVT DestVT = DestEVT.getSimpleVT(); in selectRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2822 EVT SrcEVT, DestEVT; in SelectIntExt() local
2824 DestEVT = TLI.getValueType(DL, DestTy, true); in SelectIntExt()
2826 if (!DestEVT.isSimple()) return false; in SelectIntExt()
2829 MVT DestVT = DestEVT.getSimpleVT(); in SelectIntExt()