Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSerialSnippetGenerator.cpp30 {ExecutionMode::SERIAL_VIA_MEMORY_INSTR |
79 EM |= ExecutionMode::SERIAL_VIA_MEMORY_INSTR; in getExecutionModes()
110 case ExecutionMode::SERIAL_VIA_MEMORY_INSTR: { in appendCodeTemplates()
DCodeTemplate.cpp79 case ExecutionMode::SERIAL_VIA_MEMORY_INSTR: in getName()
97 ExecutionMode::SERIAL_VIA_MEMORY_INSTR, in getAllExecutionBits()
DCodeTemplate.h70 SERIAL_VIA_MEMORY_INSTR = 1u << 2, enumerator