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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
CodeTemplate.cpp 83 case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR:
84 return "SERIAL_VIA_NON_MEMORY_INSTR";
99 ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR,
CodeTemplate.h 84 SERIAL_VIA_NON_MEMORY_INSTR = 1u << 4,
SerialSnippetGenerator.cpp 31 ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR,
84 EM |= ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR;
132 case ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR: {

Completed in 22 milliseconds