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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp480 bool hasAVLImm() const { return State == AVLIsImm; } function in class:__anon2610::VSETVLIInfo
487 assert(hasAVLImm());
498 assert(Info.hasAVLImm());
509 if (hasAVLImm())
533 if (hasAVLImm() && Other.hasAVLImm())
707 if (hasAVLImm())
898 (DefInstrInfo.hasAVLImm() || DefInstrInfo.getAVLReg() == RISCV::X0)) {
952 if (Info.hasAVLImm()) {
1024 if (isVSlideInstr(MI) && Require.hasAVLImm()
[all...]

Completed in 131 milliseconds