Searched refs:F32VecVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1053 MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in RISCVTargetLowering() local 1054 setOperationPromotedToType(ZvfhminPromoteOps, VT, F32VecVT); in RISCVTargetLowering() 1055 setOperationPromotedToType(ZvfhminPromoteVPOps, VT, F32VecVT); in RISCVTargetLowering() 1261 MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in RISCVTargetLowering() local 1265 if (!isTypeLegal(F32VecVT)) in RISCVTargetLowering() 1267 setOperationPromotedToType(ZvfhminPromoteOps, VT, F32VecVT); in RISCVTargetLowering() 1268 setOperationPromotedToType(ZvfhminPromoteVPOps, VT, F32VecVT); in RISCVTargetLowering()
|