Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp31 std::map<uint64_t, std::vector<const CodeGenInstruction *>> VEXInsts; member in __anon2d08d34d0111::X86EVEX2VEXTablesEmitter
204 VEXInsts[Opcode].push_back(Inst); in run()
230 auto Match = llvm::find_if(VEXInsts[Opcode], IsMatch(EVEXInst)); in run()
231 if (Match != VEXInsts[Opcode].end()) in run()