Searched refs:MatchList (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp62 //---------------------------MatchList-----------------------------------------
63 class MatchList { class
65 MatchList *_next;
75 MatchList(MatchList *nxt, Predicate *prd): _next(nxt), _pred(prd), _cost(NULL){ function in class:MatchList
78 MatchList(MatchList *nxt, Predicate *prd, const char *cost, function in class:MatchList
84 MatchList *get_next(void) { return _next; }
118 MatchList *_mlistab[_last_opcode]; // Array of MatchLists
125 void gen_match(FILE *fp, MatchList
[all...]
H A DarchDesc.cpp134 //---------------------------MatchList Methods-------------------------------
135 bool MatchList::search(const char *opc, const char *res, const char *lch,
156 void MatchList::dump() {
160 void MatchList::output(FILE *fp) {
177 // Initialize the opcode to MatchList table with NULLs
247 // Build MatchList array and construct MatchLists
254 // Build MatchList structures for operands
301 // Construct a MatchList for this entry
306 // Build MatchList structures for instructions
519 // Walk the MatchRule, generating MatchList entrie
[all...]
H A Ddfa.cpp193 static void child_test(FILE *fp, MatchList &mList) {
213 Expr *ArchDesc::calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status) {
239 void ArchDesc::gen_match(FILE *fp, MatchList &mList, ProductionState &status, Dict &operands_chained_from) {
361 void ArchDesc::prune_matchlist(Dict &minimize, MatchList &mlist) {
370 // In order to generate the DFA we walk the table of ideal opcode/MatchList
418 "// In order to generate the DFA we walk the table of ideal opcode/MatchList\n"
527 // Check each predicate in the MatchList for common sub-expressions
528 static void cse_matchlist(MatchList *matchList) {
529 for( MatchList *mList = matchList; mList != NULL; mList = mList->get_next() ) {
598 MatchList* mLis
[all...]
H A Dforms.hpp77 class MatchList;
H A Dformsopt.hpp71 class MatchList;
H A Dformssel.hpp69 class MatchList;

Completed in 48 milliseconds