Home
last modified time | relevance | path

Searched refs:NewVType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp279 static bool areCompatibleVTYPEs(uint64_t CurVType, uint64_t NewVType, in areCompatibleVTYPEs() argument
285 if (RISCVVType::getSEW(CurVType) != RISCVVType::getSEW(NewVType)) in areCompatibleVTYPEs()
289 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType)) in areCompatibleVTYPEs()
293 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType) || in areCompatibleVTYPEs()
294 RISCVVType::getSEW(NewVType) >= 64) in areCompatibleVTYPEs()
303 if (RISCVVType::getVLMUL(CurVType) != RISCVVType::getVLMUL(NewVType)) in areCompatibleVTYPEs()
307 if (!isLMUL1OrSmaller(RISCVVType::getVLMUL(NewVType))) in areCompatibleVTYPEs()
315 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType), in areCompatibleVTYPEs()
316 RISCVVType::getVLMUL(NewVType)); in areCompatibleVTYPEs()
322 RISCVVType::isTailAgnostic(NewVType)) in areCompatibleVTYPEs()
[all …]