HomeSort by: relevance | last modified time | path
    Searched refs:ExecutionMode (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
CodeTemplate.cpp 66 bool isEnumValue(ExecutionMode Execution) {
70 StringRef getName(ExecutionMode Bit) {
73 case ExecutionMode::UNKNOWN:
75 case ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS:
77 case ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS:
79 case ExecutionMode::SERIAL_VIA_MEMORY_INSTR:
81 case ExecutionMode::SERIAL_VIA_EXPLICIT_REGS:
83 case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR:
85 case ExecutionMode::ALWAYS_PARALLEL_MISSING_USE_OR_DEF:
87 case ExecutionMode::PARALLEL_VIA_EXPLICIT_REGS
    [all...]
CodeTemplate.h 57 enum class ExecutionMode : uint8_t {
99 bool isEnumValue(ExecutionMode Execution);
102 StringRef getName(ExecutionMode Execution);
106 ArrayRef<ExecutionMode> getAllExecutionBits();
109 SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode);
125 ExecutionMode Execution = ExecutionMode::UNKNOWN;
SerialSnippetGenerator.cpp 22 ExecutionMode Mask;
25 {ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS |
26 ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS,
28 {ExecutionMode::SERIAL_VIA_EXPLICIT_REGS,
30 {ExecutionMode::SERIAL_VIA_MEMORY_INSTR |
31 ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR,
71 static ExecutionMode getExecutionModes(const Instruction &Instr,
73 ExecutionMode EM = ExecutionMode::UNKNOWN;
75 EM |= ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 28 enum ExecutionMode {
56 ExecutionMode getExecutionMode() const;
416 ExecutionMode CurrentExecutionMode = EM_Unknown;
CGOpenMPRuntimeGPU.cpp 74 CGOpenMPRuntimeGPU::ExecutionMode SavedExecMode =
76 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode;
82 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode)
88 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode,
613 CGOpenMPRuntimeGPU::ExecutionMode

Completed in 20 milliseconds