Searched refs:F32VecVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1194 MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in RISCVTargetLowering() local 1195 setOperationPromotedToType(ZvfhminZvfbfminPromoteOps, VT, F32VecVT); in RISCVTargetLowering() 1196 setOperationPromotedToType(ZvfhminZvfbfminPromoteVPOps, VT, F32VecVT); in RISCVTargetLowering() 1468 MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in RISCVTargetLowering() local 1472 if (!isTypeLegal(F32VecVT)) in RISCVTargetLowering() 1474 setOperationPromotedToType(ZvfhminZvfbfminPromoteOps, VT, F32VecVT); in RISCVTargetLowering() 1475 setOperationPromotedToType(ZvfhminZvfbfminPromoteVPOps, VT, F32VecVT); in RISCVTargetLowering() 1494 MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in RISCVTargetLowering() local 1498 if (!isTypeLegal(F32VecVT)) in RISCVTargetLowering() 1500 setOperationPromotedToType(ZvfhminZvfbfminPromoteOps, VT, F32VecVT); in RISCVTargetLowering()
|