Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSerialSnippetGenerator.cpp31 ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR,
84 EM |= ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR; in getExecutionModes()
132 case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR: { in appendCodeTemplates()
DCodeTemplate.cpp83 case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR: in getName()
99 ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR, in getAllExecutionBits()
DCodeTemplate.h84 SERIAL_VIA_NON_MEMORY_INSTR = 1u << 4, enumerator
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp173 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR); in TEST_F()
194 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR); in TEST_F()