Home
last modified time | relevance | path

Searched defs:PseudoExpansion (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp36 struct PseudoExpansion { struct in __anonf55e94ce0111::PseudoLoweringEmitter
37 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