Searched refs:CEVT (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 447 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 450 if (!CEVT.isSimple()) in fastMaterializeConstant() 452 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 2251 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 627 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 630 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant() 631 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3831 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 3834 if (!CEVT.isSimple()) in fastMaterializeConstant() 3836 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 511 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 514 if (!CEVT.isSimple()) in fastMaterializeConstant() 516 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|