Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp473 bool hasSameAVL(const VSETVLIInfo &Other) const { in hasSameAVL() function in __anon1aeaf6f50111::VSETVLIInfo
589 return hasSameAVL(Require) && hasCompatibleVTYPE(MI, Require); in isCompatible()
605 if (!hasSameAVL(Other)) in operator ==()
645 if (hasSameAVL(Other) && hasSameVLMAX(Other)) { in intersect()
868 Info.hasSameAVL(PrevInfo) && Info.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
980 if (DefInfo.hasSameAVL(CurInfo) && DefInfo.hasSameVLMAX(CurInfo)) in needVSETVLI()
1173 if (!DefInfo.hasSameAVL(PBBInfo.Exit) || in needVSETVLIPHI()