Home
last modified time | relevance | path

Searched refs:CEVT (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp449 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 DPPCFastISel.cpp2249 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 DARMFastISel.cpp646 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 DX86FastISel.cpp3868 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 DAArch64FastISel.cpp505 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
508 if (!CEVT.isSimple()) in fastMaterializeConstant()
510 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()