Lines Matching refs:BitsInit
194 static bit_value_t bitFromBits(const BitsInit &bits, unsigned index) { in bitFromBits()
203 static void dumpBits(raw_ostream &o, const BitsInit &bits) { in dumpBits()
221 static BitsInit &getBitsField(const Record &def, StringRef str) { in getBitsField()
223 if (BitsInit *Bits = dyn_cast<BitsInit>(RV->getValue())) in getBitsField()
231 if (const BitsInit *BI = dyn_cast<BitsInit>(SI.Value)) { in getBitsField()
243 return *BitsInit::get(def.getRecords(), Bits); in getBitsField()
445 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID()
455 const BitsInit *SFBits = RV ? dyn_cast<BitsInit>(RV->getValue()) : nullptr; in insnWithID()
1351 BitsInit *SFBits = RV ? dyn_cast<BitsInit>(RV->getValue()) : nullptr; in emitSoftFailTableEntry()
1354 BitsInit *InstBits = in emitSoftFailTableEntry()
1931 BitsInit &Bits = getBitsField(EncodingDef, "Inst"); in populateInstruction()
2168 if (const BitsInit *OpBits = in populateInstruction()
2169 dyn_cast<BitsInit>(EncodedValue->getValue())) in populateInstruction()