/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/ |
D | AssemblerUtils.h | 32 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/ |
D | LlvmState.cpp | 25 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()
|
D | Target.cpp | 126 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()
|
D | Target.h | 60 const char *CpuName; member 62 bool operator<(StringRef S) const { return StringRef(CpuName) < S; } 173 const PfmCountersInfo &getPfmCounters(StringRef CpuName) const;
|
D | LlvmState.h | 39 LLVMState(const std::string &CpuName); 42 const std::string &CpuName,
|
D | BenchmarkResult.h | 64 std::string CpuName; member
|
D | Analysis.cpp | 171 FirstPoint.CpuName, "")); in Analysis() 544 writeEscaped<kEscapeHtml>(OS, FirstPoint.CpuName); in run()
|
D | BenchmarkRunner.cpp | 141 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in runConfiguration()
|
D | BenchmarkResult.cpp | 317 Io.mapRequired("cpu_name", Obj.CpuName); in mapping()
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
D | BenchmarkResultTest.cpp | 74 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/ |
D | BenchmarkResultTest.cpp | 76 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/ |
D | AArch64GenExegesis.inc | 22 // Sorted (by CpuName) array of pfm counters.
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenExegesis.inc | 22 // Sorted (by CpuName) array of pfm counters.
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenExegesis.inc | 22 // Sorted (by CpuName) array of pfm counters.
|
/external/llvm-project/libc/benchmarks/ |
D | LibcBenchmark.cpp | 28 H.CpuName = llvm::sys::getHostCPUName().str(); in get()
|
D | JSONTest.cpp | 59 Field(&HostState::CpuName, H.CpuName), in Equals()
|
D | JSON.cpp | 220 O.map("CpuName", Out.CpuName); in fromJson() 305 JOS.attribute("CpuName", HS.CpuName); in Serialize()
|
D | LibcBenchmark.h | 119 std::string CpuName; // returns a string compatible with the -march option. member
|
D | render.py3 | 73 cpu_name = host["CpuName"]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetPfmCounters.td | 43 string CpuName = cpu_name;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetPfmCounters.td | 45 string CpuName = cpu_name;
|
/external/llvm-project/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 172 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/ |
D | X86GenExegesis.inc | 214 // Sorted (by CpuName) array of pfm counters.
|