Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h124 auto *VRegList = new (VRegAlloc.Allocate()) VRegListT(); in insertVRegs() local
125 ValToVRegs[&V] = VRegList; in insertVRegs()
126 return VRegList; in insertVRegs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td656 class VRegList<list<dag> LIn, int start, int nf, int lmul, bit isV0> {
668 VRegList<LIn, !add(start, 1), nf, lmul, isV0>.L));
726 defvar RegListWOV0 = VRegList<[], 0, n, m, false>;
727 defvar RegListWV0 = VRegList<[], 0, n, m, true>;