Home
last modified time | relevance | path

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

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