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

References

tools/llvm-exegesis/lib/Latency.cpp
   69     EM |= ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS;
   71     EM |= ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS;
   73     EM |= ExecutionMode::SERIAL_VIA_MEMORY_INSTR;
   76       EM |= ExecutionMode::SERIAL_VIA_EXPLICIT_REGS;
   78       EM |= ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR;
   80   return EM;