Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp325 uint64_t VType2, in areCompatibleVTYPEs() argument
328 RISCVVType::getSEW(VType1) != RISCVVType::getSEW(VType2)) in areCompatibleVTYPEs()
332 RISCVVType::getVLMUL(VType1) != RISCVVType::getVLMUL(VType2)) in areCompatibleVTYPEs()
338 auto Ratio2 = getSEWLMULRatio(RISCVVType::getSEW(VType2), in areCompatibleVTYPEs()
339 RISCVVType::getVLMUL(VType2)); in areCompatibleVTYPEs()
345 RISCVVType::isTailAgnostic(VType1) != RISCVVType::isTailAgnostic(VType2)) in areCompatibleVTYPEs()
348 RISCVVType::isMaskAgnostic(VType1) != RISCVVType::isMaskAgnostic(VType2)) in areCompatibleVTYPEs()