Searched refs:CEVT (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp404 EVT CEVT = TLI.getValueType(DL, C->getType(), true);
407 if (!CEVT.isSimple())
409 MVT VT = CEVT.getSimpleVT();
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2137 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
2140 if (!CEVT.isSimple()) return 0;
2141 MVT VT = CEVT.getSimpleVT();
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp647 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
650 if (!CEVT.isSimple()) return 0;
651 MVT VT = CEVT.getSimpleVT();
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3650 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
3653 if (!CEVT.isSimple())
3655 MVT VT = CEVT.getSimpleVT();
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp458 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
461 if (!CEVT.isSimple())
463 MVT VT = CEVT.getSimpleVT();

Completed in 181 milliseconds