Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp539 bool hasAVLImm() const { return State == AVLIsImm; } in hasAVLImm() function in __anoncddf45c50111::VSETVLIInfo
547 assert(hasAVLImm()); in getAVLImm()
576 assert(Info.hasAVLImm()); in setAVL()
587 if (hasAVLImm()) in hasNonZeroAVL()
615 if (hasAVLImm() && Other.hasAVLImm()) in hasSameAVLLatticeValue()
805 if (hasAVLImm()) in print()
1092 if (Info.hasAVLImm()) { in insertVSETVLI()