Home | History | Annotate | Download | only in X86

Lines Matching defs:table

2301   // If table selected...
3124 const unsigned *table = lookup(MI->getOpcode(), dom);
3125 assert(table && "Cannot change domain");
3126 MI->setDesc(get(table[Domain-1]));