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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp486 unsigned getAVLImm() const { function in class:__anon2610::VSETVLIInfo
499 setAVLImm(Info.getAVLImm());
510 return getAVLImm() > 0;
534 return getAVLImm() == Other.getAVLImm();
955 .addImm(Info.getAVLImm())
1024 if (isVSlideInstr(MI) && Require.hasAVLImm() && Require.getAVLImm() == 1 &&
1037 if (isScalarSplatInstr(MI) && Require.hasAVLImm() && Require.getAVLImm() == 1 &&

Completed in 49 milliseconds