Home
last modified time | relevance | path

Searched defs:CpuName (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp25 LLVMState::LLVMState(const std::string &Triple, const std::string &CpuName, in LLVMState()
50 LLVMState::LLVMState(const std::string &CpuName) in LLVMState()
H A DTarget.h60 const char *CpuName; member
H A DBenchmarkResult.h64 std::string CpuName; member
H A DAnalysis.cpp167 const std::string CpuName = in Analysis() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp173 static cl::opt<std::string> CpuName( variable