Searched refs:CEVT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 449 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 452 if (!CEVT.isSimple()) in fastMaterializeConstant() 454 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 2249 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 2252 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant() 2253 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 646 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 649 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant() 650 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3868 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 3871 if (!CEVT.isSimple()) in fastMaterializeConstant() 3873 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 505 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 508 if (!CEVT.isSimple()) in fastMaterializeConstant() 510 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|