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.cpp568 bool hasAVLImm() const { return State == AVLIsImm; } in hasAVLImm() function in __anoncddf45c50111::VSETVLIInfo
576 assert(hasAVLImm()); in getAVLImm()
605 assert(Info.hasAVLImm()); in setAVL()
616 if (hasAVLImm()) in hasNonZeroAVL()
644 if (hasAVLImm() && Other.hasAVLImm()) in hasSameAVLLatticeValue()
834 if (hasAVLImm()) in print()
1115 if (Info.hasAVLImm()) { in insertVSETVLI()