Searched refs:VRegList (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 124 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 D | RISCVRegisterInfo.td | 430 class VRegList<list<dag> LIn, int start, int nf, int lmul, bit isV0> { 442 VRegList<LIn, !add(start, 1), nf, lmul, isV0>.L)); 496 VRegList<[], 0, n, m, false>.L>; 499 VRegList<[], 0, n, m, true>.L>;
|