Home | History | Annotate | Download | only in TableGen

Lines Matching refs:BitsInit

116 /// byteFromBitsInit - Return the byte value from a BitsInit.
118 static uint8_t byteFromBitsInit(BitsInit &init) {
139 BitsInit *bits = def.getValueAsBitsInit(str);
143 static BitsInit &getBitsField(const Record &def, const char *str) {
144 BitsInit *bits = def.getValueAsBitsInit(str);
187 static bit_value_t bitFromBits(BitsInit &bits, unsigned index) {
195 static void dumpBits(raw_ostream &o, BitsInit &bits) {
428 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst");
1562 BitsInit &Bits = getBitsField(Def, "Inst");