reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/CodeTemplate.cpp
   83   case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR:
   99       ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR,
tools/llvm-exegesis/lib/Latency.cpp
   34          ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR,
   78       EM |= ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR;
  126   case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR: {
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  172     EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR);
  192     EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR);