Home
last modified time | relevance | path

Searched refs:SERIAL_VIA_EXPLICIT_REGS (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSerialSnippetGenerator.cpp28 {ExecutionMode::SERIAL_VIA_EXPLICIT_REGS,
82 EM |= ExecutionMode::SERIAL_VIA_EXPLICIT_REGS; in getExecutionModes()
115 case ExecutionMode::SERIAL_VIA_EXPLICIT_REGS: { in appendCodeTemplates()
DCodeTemplate.cpp81 case ExecutionMode::SERIAL_VIA_EXPLICIT_REGS: in getName()
98 ExecutionMode::SERIAL_VIA_EXPLICIT_REGS, in getAllExecutionBits()
DCodeTemplate.h75 SERIAL_VIA_EXPLICIT_REGS = 1u << 3, enumerator
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DSnippetGeneratorTest.cpp69 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
DSnippetGeneratorTest.cpp69 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp130 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()