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

References

tools/llvm-exegesis/lib/CodeTemplate.cpp
   75   case ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS:
   95       ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS,
tools/llvm-exegesis/lib/Latency.cpp
   28     {ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS |
   69     EM |= ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS;
   91   case ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS:
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
   85   EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS);