Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp404 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
407 if (!CEVT.isSimple()) in fastMaterializeConstant()
409 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2137 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
2140 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
2141 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp647 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
650 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
651 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3650 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
3653 if (!CEVT.isSimple()) in fastMaterializeConstant()
3655 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp458 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
461 if (!CEVT.isSimple()) in fastMaterializeConstant()
463 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()