Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp569 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anoncddf45c50111::VSETVLIInfo
572 assert(hasAVLReg() && AVLRegDef.DefReg.isVirtual()); in getAVLReg()
580 assert(hasAVLReg()); in getAVLVNInfo()
588 assert(hasAVLReg()); in getAVLDefMI()
600 else if (Info.hasAVLReg()) in setAVL()
618 if (hasAVLReg()) { in hasNonZeroAVL()
635 if (hasAVLReg() && Other.hasAVLReg()) { in hasSameAVLLatticeValue()
659 if (hasAVLReg() && Other.hasAVLReg()) { in hasSameAVL()
832 if (hasAVLReg()) in print()
945 if (!Info.hasAVLReg()) in INITIALIZE_PASS()
[all …]