Searched refs:CEVT (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 404 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/ |
D | PPCFastISel.cpp | 2137 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/ |
D | ARMFastISel.cpp | 647 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/ |
D | X86FastISel.cpp | 3650 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/ |
D | AArch64FastISel.cpp | 458 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 461 if (!CEVT.isSimple()) in fastMaterializeConstant() 463 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|