Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp343 EVT CEVT = TLI.getValueType(C->getType(), true); in fastMaterializeConstant() local
346 if (!CEVT.isSimple()) in fastMaterializeConstant()
348 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2108 EVT CEVT = TLI.getValueType(C->getType(), true); in fastMaterializeConstant() local
2111 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
2112 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp688 EVT CEVT = TLI.getValueType(C->getType(), true); in fastMaterializeConstant() local
691 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
692 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3413 EVT CEVT = TLI.getValueType(C->getType(), true); in fastMaterializeConstant() local
3416 if (!CEVT.isSimple()) in fastMaterializeConstant()
3418 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp461 EVT CEVT = TLI.getValueType(C->getType(), true); in fastMaterializeConstant() local
464 if (!CEVT.isSimple()) in fastMaterializeConstant()
466 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()