Searched refs:SrcEVT (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 809 EVT SrcEVT = TLI.getValueType(DL, Ty, true); in PPCEmitCmp() local 810 if (!SrcEVT.isSimple()) in PPCEmitCmp() 812 MVT SrcVT = SrcEVT.getSimpleVT(); in PPCEmitCmp() 1060 EVT SrcEVT = TLI.getValueType(DL, Src->getType(), true); in SelectIToFP() local 1061 if (!SrcEVT.isSimple()) in SelectIToFP() 1064 MVT SrcVT = SrcEVT.getSimpleVT(); in SelectIToFP() 1896 EVT SrcEVT, DestEVT; in SelectIntExt() local 1897 SrcEVT = TLI.getValueType(DL, SrcTy, true); in SelectIntExt() 1899 if (!SrcEVT.isSimple()) in SelectIntExt() 1904 MVT SrcVT = SrcEVT.getSimpleVT(); in SelectIntExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1384 EVT SrcEVT = TLI.getValueType(DL, Ty, true); in ARMEmitCmp() local 1385 if (!SrcEVT.isSimple()) return false; in ARMEmitCmp() 1386 MVT SrcVT = SrcEVT.getSimpleVT(); in ARMEmitCmp() 1584 EVT SrcEVT = TLI.getValueType(DL, Src->getType(), true); in SelectIToFP() local 1585 if (!SrcEVT.isSimple()) in SelectIToFP() 1587 MVT SrcVT = SrcEVT.getSimpleVT(); in SelectIToFP() 2822 EVT SrcEVT, DestEVT; in SelectIntExt() local 2823 SrcEVT = TLI.getValueType(DL, SrcTy, true); in SelectIntExt() 2825 if (!SrcEVT.isSimple()) return false; in SelectIntExt() 2828 MVT SrcVT = SrcEVT.getSimpleVT(); in SelectIntExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1817 EVT SrcEVT, DestEVT; in selectIntExt() local 1818 SrcEVT = TLI.getValueType(DL, SrcTy, true); in selectIntExt() 1820 if (!SrcEVT.isSimple()) in selectIntExt() 1825 MVT SrcVT = SrcEVT.getSimpleVT(); in selectIntExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1473 EVT SrcEVT = TLI.getValueType(DL, I->getOperand(0)->getType()); in selectBitCast() local 1475 if (SrcEVT == MVT::Other || DstEVT == MVT::Other || in selectBitCast() 1476 !TLI.isTypeLegal(SrcEVT) || !TLI.isTypeLegal(DstEVT)) in selectBitCast() 1480 MVT SrcVT = SrcEVT.getSimpleVT(); in selectBitCast()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3952 EVT SrcEVT = TLI.getValueType(DL, SrcTy, true); in selectTrunc() local 3954 if (!SrcEVT.isSimple()) in selectTrunc() 3959 MVT SrcVT = SrcEVT.getSimpleVT(); in selectTrunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 19540 EVT SrcEVT = Src.getValueType(); in combineToVCPOP() local 19541 if (!SrcEVT.isSimple()) in combineToVCPOP() 19544 MVT SrcMVT = SrcEVT.getSimpleVT(); in combineToVCPOP()
|