Lines Matching defs:Source
36 CodeGenInstruction Source; // The source pseudo instruction definition.
42 : Source(s), Dest(d), OperandMap(m) {}
102 // Source operand maps to destination operand. The Data element
228 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o);
239 CodeGenInstruction &Source = Expansion.Source;
241 o << " case " << Source.Namespace << "::" << Source.TheDef->getName()
259 << Source.Operands[Expansion.OperandMap[MIOpNo].Data.Operand]
285 MIOpNo = Source.Operands.size() + 1;