Home
last modified time | relevance | path

Searched refs:ExecutionMode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp66 bool isEnumValue(ExecutionMode Execution) { in isEnumValue()
70 StringRef getName(ExecutionMode Bit) { in getName()
73 case ExecutionMode::UNKNOWN: in getName()
75 case ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS: in getName()
77 case ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS: in getName()
79 case ExecutionMode::SERIAL_VIA_MEMORY_INSTR: in getName()
81 case ExecutionMode::SERIAL_VIA_EXPLICIT_REGS: in getName()
83 case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR: in getName()
85 case ExecutionMode::ALWAYS_PARALLEL_MISSING_USE_OR_DEF: in getName()
87 case ExecutionMode::PARALLEL_VIA_EXPLICIT_REGS: in getName()
[all …]
H A DSerialSnippetGenerator.cpp22 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, in getExecutionModes()
73 ExecutionMode EM = ExecutionMode::UNKNOWN; in getExecutionModes()
75 EM |= ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS; in getExecutionModes()
77 EM |= ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS; in getExecutionModes()
[all …]
H A DCodeTemplate.h57 enum class ExecutionMode : uint8_t { enum
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;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h28 enum ExecutionMode { enum
56 ExecutionMode getExecutionMode() const;
416 ExecutionMode CurrentExecutionMode = EM_Unknown;
H A DCGOpenMPRuntimeGPU.cpp74 CGOpenMPRuntimeGPU::ExecutionMode SavedExecMode =
76 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode;
82 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode) in ExecutionRuntimeModesRAII()
88 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII()
613 CGOpenMPRuntimeGPU::ExecutionMode