Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp443 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
446 if (!CEVT.isSimple()) in fastMaterializeConstant()
448 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2251 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
2254 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
2255 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp625 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
628 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
629 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3887 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
3890 if (!CEVT.isSimple()) in fastMaterializeConstant()
3892 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp539 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
542 if (!CEVT.isSimple()) in fastMaterializeConstant()
544 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()