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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp896 VSETVLIInfo DefInstrInfo = getInfoForVSETVLI(*DefMI); local
897 if (DefInstrInfo.hasSameVLMAX(InstrInfo) &&
898 (DefInstrInfo.hasAVLImm() || DefInstrInfo.getAVLReg() == RISCV::X0)) {
899 InstrInfo.setAVL(DefInstrInfo);

Completed in 242 milliseconds