Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp404 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp446 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
449 if (!CEVT.isSimple()) in fastMaterializeConstant()
451 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2137 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp2238 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
2241 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
2242 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp647 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp646 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
649 if (!CEVT.isSimple()) return 0; in fastMaterializeConstant()
650 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp3650 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp3885 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
3888 if (!CEVT.isSimple()) in fastMaterializeConstant()
3890 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp505 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
508 if (!CEVT.isSimple()) in fastMaterializeConstant()
510 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp458 EVT CEVT = TLI.getValueType(DL, C->getType(), true); in fastMaterializeConstant() local
461 if (!CEVT.isSimple()) in fastMaterializeConstant()
463 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant()