Searched defs:PseudoExpansion (Results 1 – 1 of 1) sorted by relevance
36 struct PseudoExpansion { struct in __anonf55e94ce0111::PseudoLoweringEmitter37 CodeGenInstruction Source; // The source pseudo instruction definition.38 CodeGenInstruction Dest; // The destination instruction to lower to.39 IndexedMap<OpData> OperandMap;41 PseudoExpansion(CodeGenInstruction &s, CodeGenInstruction &d, in PseudoExpansion() function