Searched refs:ReplaceableInstrs (Results 1 – 3 of 3) sorted by relevance
3330 static const unsigned ReplaceableInstrs[][3] = { variable3374 for (unsigned i = 0, e = array_lengthof(ReplaceableInstrs); i != e; ++i) in lookup()3375 if (ReplaceableInstrs[i][domain-1] == opcode) in lookup()3376 return ReplaceableInstrs[i]; in lookup()
5907 static const uint16_t ReplaceableInstrs[][3] = { variable6635 if (lookup(opcode, domain, ReplaceableInstrs)) { in getExecutionDomain()6672 const uint16_t *table = lookup(MI.getOpcode(), dom, ReplaceableInstrs); in setExecutionDomain()
6964 static const uint16_t ReplaceableInstrs[][3] = { variable7034 for (const uint16_t (&Row)[3] : ReplaceableInstrs) in lookup()