Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
DAssemblerUtils.h32 const std::string &CpuName) in MachineFunctionGeneratorBaseTest() argument
33 : TT(TT), CpuName(CpuName), in MachineFunctionGeneratorBaseTest()
68 TargetMachine *TM = TheTarget->createTargetMachine(TT, CpuName, "", Options, in createTargetMachine()
70 EXPECT_TRUE(TM) << TT << " " << CpuName; in createTargetMachine()
87 const std::string CpuName; variable
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLlvmState.cpp25 LLVMState::LLVMState(const std::string &Triple, const std::string &CpuName, in LLVMState() argument
33 Triple, CpuName, Features, Options, Reloc::Model::Static))); in LLVMState()
40 PfmCounters = &TheExegesisTarget->getPfmCounters(CpuName); in LLVMState()
50 LLVMState::LLVMState(const std::string &CpuName) in LLVMState() argument
52 CpuName.empty() ? sys::getHostCPUName().str() : CpuName, "") {} in LLVMState()
DTarget.cpp126 const PfmCountersInfo &ExegesisTarget::getPfmCounters(StringRef CpuName) const { in getPfmCounters()
130 return strcmp(LHS.CpuName, RHS.CpuName) < 0; in getPfmCounters()
136 std::lower_bound(CpuPfmCounters.begin(), CpuPfmCounters.end(), CpuName); in getPfmCounters()
137 if (Found == CpuPfmCounters.end() || StringRef(Found->CpuName) != CpuName) { in getPfmCounters()
140 CpuPfmCounters.begin()->CpuName[0] == '\0') { in getPfmCounters()
DTarget.h60 const char *CpuName; member
62 bool operator<(StringRef S) const { return StringRef(CpuName) < S; }
173 const PfmCountersInfo &getPfmCounters(StringRef CpuName) const;
DLlvmState.h39 LLVMState(const std::string &CpuName);
42 const std::string &CpuName,
DBenchmarkResult.h64 std::string CpuName; member
DAnalysis.cpp171 FirstPoint.CpuName, "")); in Analysis()
544 writeEscaped<kEscapeHtml>(OS, FirstPoint.CpuName); in run()
DBenchmarkRunner.cpp141 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in runConfiguration()
DBenchmarkResult.cpp317 Io.mapRequired("cpu_name", Obj.CpuName); in mapping()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DBenchmarkResultTest.cpp74 ToDisk.CpuName = "cpu_name"; in TEST_F()
97 EXPECT_EQ(FromDisk.CpuName, ToDisk.CpuName); in TEST_F()
114 EXPECT_EQ(FromDisk.CpuName, ToDisk.CpuName); in TEST_F()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DBenchmarkResultTest.cpp76 ToDisk.CpuName = "cpu_name"; in TEST()
101 EXPECT_EQ(FromDisk.CpuName, ToDisk.CpuName); in TEST()
118 EXPECT_EQ(FromDisk.CpuName, ToDisk.CpuName); in TEST()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenExegesis.inc22 // Sorted (by CpuName) array of pfm counters.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenExegesis.inc22 // Sorted (by CpuName) array of pfm counters.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenExegesis.inc22 // Sorted (by CpuName) array of pfm counters.
/external/llvm-project/libc/benchmarks/
DLibcBenchmark.cpp28 H.CpuName = llvm::sys::getHostCPUName().str(); in get()
DJSONTest.cpp59 Field(&HostState::CpuName, H.CpuName), in Equals()
DJSON.cpp220 O.map("CpuName", Out.CpuName); in fromJson()
305 JOS.attribute("CpuName", HS.CpuName); in Serialize()
DLibcBenchmark.h119 std::string CpuName; // returns a string compatible with the -march option. member
Drender.py373 cpu_name = host["CpuName"]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetPfmCounters.td43 string CpuName = cpu_name;
/external/llvm-project/llvm/include/llvm/Target/
DTargetPfmCounters.td45 string CpuName = cpu_name;
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp172 static cl::opt<std::string> CpuName( variable
297 const LLVMState State(CpuName); in benchmarkMain()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenExegesis.inc214 // Sorted (by CpuName) array of pfm counters.