Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Aliases

796     // We reject aliases and ignore instructions for now.
1209 // reject it. We reject aliases and ignore instructions for now.
1232 // Ignore "Int_*" and "*_Int" instructions, which are internal aliases.
1250 // filter the set of instruction aliases we consider, based on the target
1939 // Ignore aliases when match-prefix is set.
1943 std::vector<Record*> Aliases =
1945 if (Aliases.empty()) return false;
1950 // Keep track of all the aliases from a mnemonic. Use an std::map so that the
1954 for (unsigned i = 0, e = Aliases.size(); i != e; ++i) {
1955 Record *R = Aliases[i];
1981 // We can't have two aliases from the same mnemonic with no predicate.
2288 // Generate the function that remaps for mnemonic aliases.