Home
last modified time | relevance | path

Searched refs:getExecutionModeBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.h109 SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode);
H A DCodeTemplate.cpp106 SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode Execution) { in getExecutionModeBits() function
H A DSerialSnippetGenerator.cpp168 for (const auto ExecutionModeBit : getExecutionModeBits(EM & EC.Mask)) in generateCodeTemplates()