Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp619 return Other.hasAVLVLMAX() && hasSameVLMAX(Other); in hasSameAVLLatticeValue()
688 bool hasSameVLMAX(const VSETVLIInfo &Other) const { in hasSameVLMAX() function in __anoncddf45c50111::VSETVLIInfo
716 if (Used.VLAny && !(hasSameAVL(Require) && hasSameVLMAX(Require))) in isCompatible()
747 return hasSameVLMAX(Other); in operator ==()
778 if (hasSameAVL(Other) && hasSameVLMAX(Other)) { in intersect()
932 if (!DefInstrInfo.hasSameVLMAX(Info)) in INITIALIZE_PASS()
1059 if (Info.hasSameAVL(PrevInfo) && Info.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
1073 if (Info.hasSameVLMAX(PrevInfo) && Info.hasAVLReg()) { in insertVSETVLI()
1077 if (DefInfo.hasSameAVL(PrevInfo) && DefInfo.hasSameVLMAX(PrevInfo)) { in insertVSETVLI()
1226 IncomingInfo.hasSameVLMAX(PrevInfo); in transferBefore()