Lines Matching full:record
20 #include "llvm/TableGen/Record.h"
37 std::string getInstructionCase(Record *R, CodeGenTarget &Target);
38 void AddCodeToMergeInOperand(Record *R, BitsInit *BI,
63 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName,
105 errs() << "Too few operands in record " << R->getName() <<
178 std::string CodeEmitterGen::getInstructionCase(Record *R,
204 // Ignore fixed fields in the record, we're looking for values like:
225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
246 Record *R = CGI->TheDef;
270 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end();
272 Record *R = *IC;