Searched refs:CEVT (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 441 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 444 if (!CEVT.isSimple()) in fastMaterializeConstant() 446 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 2241 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 2244 if (!CEVT.isSimple()) in fastMaterializeConstant() 2246 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 654 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 657 if (!CEVT.isSimple()) in fastMaterializeConstant() 659 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3903 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 3906 if (!CEVT.isSimple()) in fastMaterializeConstant() 3908 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 534 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local 537 if (!CEVT.isSimple()) in fastMaterializeConstant() 539 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
|