Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp99 bool hasSameAVL(const VSETVLIInfo &Other) const { in hasSameAVL() function in __anon263350f90111::VSETVLIInfo
208 return hasSameAVL(InstrInfo); in isCompatible()
224 if (!hasSameAVL(Other)) in operator ==()
260 if (hasSameAVL(Other) && hasSameVLMAX(Other)) { in intersect()
415 Info.hasSameAVL(PrevInfo) && Info.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
497 if (DefInfo.hasSameAVL(CurInfo) && DefInfo.hasSameVTYPE(CurInfo)) in needVSETVLI()
624 if (!DefInfo.hasSameAVL(PBBInfo.Exit) || in needVSETVLIPHI()