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.cpp540 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anoncddf45c50111::VSETVLIInfo
543 assert(hasAVLReg() && AVLRegDef.DefReg.isVirtual()); in getAVLReg()
551 assert(hasAVLReg()); in getAVLVNInfo()
559 assert(hasAVLReg()); in getAVLDefMI()
571 else if (Info.hasAVLReg()) in setAVL()
589 if (hasAVLReg()) { in hasNonZeroAVL()
606 if (hasAVLReg() && Other.hasAVLReg()) { in hasSameAVLLatticeValue()
630 if (hasAVLReg() && Other.hasAVLReg()) { in hasSameAVL()
803 if (hasAVLReg()) in print()
926 if (!Info.hasAVLReg()) in INITIALIZE_PASS()
[all …]