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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp448 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
451 if (!CEVT.isSimple())
453 MVT VT = CEVT.getSimpleVT();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2242 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
2245 if (!CEVT.isSimple()) return 0;
2246 MVT VT = CEVT.getSimpleVT();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp643 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
646 if (!CEVT.isSimple()) return 0;
647 MVT VT = CEVT.getSimpleVT();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3849 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
3852 if (!CEVT.isSimple())
3854 MVT VT = CEVT.getSimpleVT();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp523 EVT CEVT = TLI.getValueType(DL, C->getType(), true); local
526 if (!CEVT.isSimple())
528 MVT VT = CEVT.getSimpleVT();

Completed in 104 milliseconds