Searched refs:F32VecVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1088 MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in RISCVTargetLowering() local 1089 setOperationPromotedToType(ZvfhminPromoteOps, VT, F32VecVT); in RISCVTargetLowering() 1090 setOperationPromotedToType(ZvfhminPromoteVPOps, VT, F32VecVT); in RISCVTargetLowering() 1333 MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount()); in RISCVTargetLowering() local 1337 if (!isTypeLegal(F32VecVT)) in RISCVTargetLowering() 1339 setOperationPromotedToType(ZvfhminPromoteOps, VT, F32VecVT); in RISCVTargetLowering() 1340 setOperationPromotedToType(ZvfhminPromoteVPOps, VT, F32VecVT); in RISCVTargetLowering()
|