Searched refs:VRegList (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.td | 406 class VRegList<list<dag> LIn, int start, int nf, int lmul, bit isV0> { 418 VRegList<LIn, !add(start, 1), nf, lmul, isV0>.L)); 477 VRegList<[], 0, n, m, false>.L>; 480 VRegList<[], 0, n, m, true>.L>;
|