Home
last modified time | relevance | path

Searched refs:CpuName (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/
DAssemblerUtils.h28 const std::string &CpuName) in MachineFunctionGeneratorBaseTest() argument
29 : TT(TT), CpuName(CpuName), in MachineFunctionGeneratorBaseTest()
64 TT, CpuName, "", Options, llvm::Reloc::Model::Static); in createTargetMachine()
65 EXPECT_TRUE(TM) << TT << " " << CpuName; in createTargetMachine()
83 const std::string CpuName; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DBenchmarkResultTest.cpp73 ToDisk.CpuName = "cpu_name"; in TEST()
97 EXPECT_EQ(FromDisk.CpuName, ToDisk.CpuName); in TEST()
114 EXPECT_EQ(FromDisk.CpuName, ToDisk.CpuName); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLlvmState.cpp24 LLVMState::LLVMState(const std::string &Triple, const std::string &CpuName) { in LLVMState() argument
31 TheTarget->createTargetMachine(Triple, CpuName, /*Features*/ "", Options, in LLVMState()
DLlvmState.h38 const std::string &CpuName); // For tests.
DBenchmarkResult.h52 std::string CpuName; member
DBenchmarkRunner.cpp67 InstrBenchmark.CpuName = State.getTargetMachine().getTargetCPU(); in runOne()
DAnalysis.cpp158 FirstPoint.CpuName, "")); in Analysis()
580 writeEscaped<kEscapeHtml>(OS, FirstPoint.CpuName); in run()
DBenchmarkResult.cpp170 Io.mapRequired("cpu_name", Obj.CpuName); in mapping()