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.cpp441 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
444 if (!CEVT.isSimple()) in fastMaterializeConstant()
446 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2241 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
2244 if (!CEVT.isSimple()) in fastMaterializeConstant()
2246 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp654 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
657 if (!CEVT.isSimple()) in fastMaterializeConstant()
659 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3903 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
3906 if (!CEVT.isSimple()) in fastMaterializeConstant()
3908 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp534 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
537 if (!CEVT.isSimple()) in fastMaterializeConstant()
539 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()