Searched defs:PseudoExpansion (Results 1 – 1 of 1) sorted by relevance
35 struct PseudoExpansion { struct in __anon45ff304c0111::PseudoLoweringEmitter36 CodeGenInstruction Source; // The source pseudo instruction definition.37 CodeGenInstruction Dest; // The destination instruction to lower to.38 IndexedMap<OpData> OperandMap;40 PseudoExpansion(CodeGenInstruction &s, CodeGenInstruction &d, in PseudoExpansion() argument