search for: sub_16_033

Displaying 4 results from an estimated 4 matches for "sub_16_033".

2016 Sep 08
2
Addressing TableGen's error "Ran out of lanemask bits" in order to use more than 32 subregisters per register
...ister for my research SIMD processor. I have used so far with success 32 subregisters. However, when using 128 subregisters when I now give the command: llvm-tblgen -gen-register-info Connex.td I get an error message "error:Ran out of lanemask bits to represent subregister sub_16_033". To handle this limitation, I started editing the files where this error comes from: llvm/utils/TableGen/CodeGenRegisters.h llvm/utils/TableGen/CodeGenRegisters.cpp More exactly, the error comes from the fact the member LaneMask of the classes CodeGenSubRegIndex and...
2016 Sep 18
4
Addressing TableGen's error "Ran out of lanemask bits" in order to use more than 32 subregisters per register
...gt; have used so far with success 32 subregisters. > > > > However, when using 128 subregisters when I now give the command: > > llvm-tblgen -gen-register-info Connex.td > > I get an error message "error:Ran out of lanemask bits to represent > subregister sub_16_033". > > > > To handle this limitation, I started editing the files where this > error comes from: > > llvm/utils/TableGen/CodeGenRegisters.h > > llvm/utils/TableGen/CodeGenRegisters.cpp > > More exactly, the error comes from the fact the member La...
2017 Jul 28
2
Addressing TableGen's error "Ran out of lanemask bits" in order to use more than 32 subregisters per register
...; > However, when using 128 subregisters when I now give the >>> command: >>> > llvm-tblgen -gen-register-info Connex.td >>> > I get an error message "error:Ran out of lanemask bits to >>> represent >>> subregister sub_16_033". >>> > >>> > To handle this limitation, I started editing the files where >>> this error comes >>> from: >>> > llvm/utils/TableGen/CodeGenRegisters.h >>> > llvm/utils/TableGen/CodeGenRegisters.cpp...
2017 Jul 28
0
Addressing TableGen's error "Ran out of lanemask bits" in order to use more than 32 subregisters per register
...subregisters. >> > >> > However, when using 128 subregisters when I now give the command: >> > llvm-tblgen -gen-register-info Connex.td >> > I get an error message "error:Ran out of lanemask bits to represent >> subregister sub_16_033". >> > >> > To handle this limitation, I started editing the files where this error comes >> from: >> > llvm/utils/TableGen/CodeGenRegisters.h >> > llvm/utils/TableGen/CodeGenRegisters.cpp >> > More exactly,...