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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp481 bool hasAVLReg() const { return State == AVLIsReg; } function in class:__anon2610::VSETVLIInfo
483 assert(hasAVLReg());
495 else if (Info.hasAVLReg())
511 if (hasAVLReg()) {
530 if (hasAVLReg() && Other.hasAVLReg())
705 if (hasAVLReg())
893 if (InstrInfo.hasAVLReg() && InstrInfo.getAVLReg().isVirtual()) {
934 if (Info.hasSameVLMAX(PrevInfo) && Info.hasAVLReg() &&
1056 if (Require.hasAVLReg()
[all...]

Completed in 260 milliseconds