Searched refs:getValueAsBitsInit (Results 1 – 8 of 8) sorted by relevance
182 BitsInit *BI = R->getValueAsBitsInit("Inst"); in getInstructionCase()254 BitsInit *BI = R->getValueAsBitsInit("Inst"); in run()
170 BitsInit *bits = def.getValueAsBitsInit(str); in getBitsField()376 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID()1211 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail"); in emitSoftFailTableEntry()1213 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
515 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags"); in emitRecord()
346 BitsInit *BI = R->getValueAsBitsInit("Inst"); in reverseBitsForLittleEndianEncoding()
187 BitsInit* bits = rec->getValueAsBitsInit(name); in byteFromRec()
1025 BitsInit *BI = Reg->getValueAsBitsInit("HWEncoding"); in runMCDesc()
1603 BitsInit *getValueAsBitsInit(StringRef FieldName) const;
1825 BitsInit *Record::getValueAsBitsInit(StringRef FieldName) const { in getValueAsBitsInit() function in Record