Home | History | Annotate | Download | only in TableGen

Lines Matching full:record

18 #include "llvm/TableGen/Record.h"
33 Record *Reg; // Physical register.
55 unsigned addDagOperandMapping(Record *Rec, DagInit *Dag,
59 void evaluateExpansion(Record *Pseudo);
74 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn,
122 void PseudoLoweringEmitter::evaluateExpansion(Record *Rec) {
135 Record *Operator = OpDef->getDef();
166 // Record the mapping of the source to result arguments for use by
239 Record *Reg = Expansion.OperandMap[MIOpNo + i].Data.Reg;
274 Record *ExpansionClass = Records.getClass("PseudoInstExpansion");
275 Record *InstructionClass = Records.getClass("Instruction");
279 std::vector<Record*> Insts;