Searched refs:CpuName (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/ |
D | AssemblerUtils.h | 28 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/ |
D | BenchmarkResultTest.cpp | 73 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/ |
D | LlvmState.cpp | 24 LLVMState::LLVMState(const std::string &Triple, const std::string &CpuName) { in LLVMState() argument 31 TheTarget->createTargetMachine(Triple, CpuName, /*Features*/ "", Options, in LLVMState()
|
D | LlvmState.h | 38 const std::string &CpuName); // For tests.
|
D | BenchmarkResult.h | 52 std::string CpuName; member
|
D | BenchmarkRunner.cpp | 67 InstrBenchmark.CpuName = State.getTargetMachine().getTargetCPU(); in runOne()
|
D | Analysis.cpp | 158 FirstPoint.CpuName, "")); in Analysis() 580 writeEscaped<kEscapeHtml>(OS, FirstPoint.CpuName); in run()
|
D | BenchmarkResult.cpp | 170 Io.mapRequired("cpu_name", Obj.CpuName); in mapping()
|