Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp524 if (hasSameAVL(Other)) in hasEquallyZeroAVL()
529 bool hasSameAVL(const VSETVLIInfo &Other) const { in hasSameAVL() function in __anone9ca7dbb0111::VSETVLIInfo
618 if (Used.VLAny && !hasSameAVL(Require)) in isCompatible()
640 if (!hasSameAVL(Other)) in operator ==()
680 if (hasSameAVL(Other) && hasSameVLMAX(Other)) { in intersect()
922 if (Info.hasSameAVL(PrevInfo) && Info.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
939 if (DefInfo.hasSameAVL(PrevInfo) && DefInfo.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
1061 if (DefInfo.hasSameAVL(CurInfo) && DefInfo.hasSameVLMAX(CurInfo)) in needVSETVLI()
1273 if (!DefInfo.hasSameAVL(PBBInfo.Exit) || in needVSETVLIPHI()