Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp629 if (hasSameAVL(Other)) in hasEquallyZeroAVL()
655 bool hasSameAVL(const VSETVLIInfo &Other) const { in hasSameAVL() function in __anoncddf45c50111::VSETVLIInfo
745 if (Used.VLAny && !(hasSameAVL(Require) && hasSameVLMAX(Require))) in isCompatible()
807 if (hasSameAVL(Other) && hasSameVLMAX(Other)) { in intersect()
1083 if (Info.hasSameAVL(PrevInfo) && Info.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
1101 if (DefInfo.hasSameAVL(PrevInfo) && DefInfo.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()