Home
last modified time | relevance | path

Searched refs:ReplaceableInstrsAVX2 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp6070 static const uint16_t ReplaceableInstrsAVX2[][3] = { variable
6637 } else if (lookup(opcode, domain, ReplaceableInstrsAVX2)) { in getExecutionDomain()
6676 table = lookup(MI.getOpcode(), dom, ReplaceableInstrsAVX2); in setExecutionDomain()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp7006 static const uint16_t ReplaceableInstrsAVX2[][3] = { variable
7041 for (const uint16_t (&Row)[3] : ReplaceableInstrsAVX2) in lookupAVX2()