Searched refs:CEVT (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 443 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 446 if (!CEVT.isSimple()) in fastMaterializeConstant() 448 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 2249 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 2252 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant() 2253 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 625 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 628 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant() 629 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3828 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 3831 if (!CEVT.isSimple()) in fastMaterializeConstant() 3833 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 535 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 538 if (!CEVT.isSimple()) in fastMaterializeConstant() 540 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|