Home
last modified time | relevance | path

Searched refs:ReplaceableInstrs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp3330 static const unsigned ReplaceableInstrs[][3] = { variable
3374 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5907 static const uint16_t ReplaceableInstrs[][3] = { variable
6635 if (lookup(opcode, domain, ReplaceableInstrs)) { in getExecutionDomain()
6672 const uint16_t *table = lookup(MI.getOpcode(), dom, ReplaceableInstrs); in setExecutionDomain()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp6964 static const uint16_t ReplaceableInstrs[][3] = { variable
7034 for (const uint16_t (&Row)[3] : ReplaceableInstrs) in lookup()