mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
optimize tblgen compile time by eliminating the old isel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d44f16fce7
commit
adc5347b54
File diff suppressed because it is too large
Load Diff
@ -31,24 +31,8 @@ public:
|
|||||||
|
|
||||||
// run - Output the isel, returning true on failure.
|
// run - Output the isel, returning true on failure.
|
||||||
void run(raw_ostream &OS);
|
void run(raw_ostream &OS);
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void EmitNodeTransforms(raw_ostream &OS);
|
|
||||||
void EmitPredicateFunctions(raw_ostream &OS);
|
void EmitPredicateFunctions(raw_ostream &OS);
|
||||||
|
|
||||||
void GenerateCodeForPattern(const PatternToMatch &Pattern,
|
|
||||||
std::vector<std::pair<unsigned, std::string> > &GeneratedCode,
|
|
||||||
std::set<std::string> &GeneratedDecl,
|
|
||||||
std::vector<std::string> &TargetOpcodes,
|
|
||||||
std::vector<std::string> &TargetVTs,
|
|
||||||
bool &OutputIsVariadic,
|
|
||||||
unsigned &NumInputRootOps);
|
|
||||||
void EmitPatterns(std::vector<std::pair<const PatternToMatch*,
|
|
||||||
std::vector<std::pair<unsigned, std::string> > > > &Patterns,
|
|
||||||
unsigned Indent, raw_ostream &OS);
|
|
||||||
|
|
||||||
void EmitInstructionSelector(raw_ostream &OS);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user