Home
last modified time | relevance | path

Searched refs:LLVMState (Results 1 – 12 of 12) sorted by relevance

/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() function in exegesis::LLVMState
40 LLVMState::LLVMState() in LLVMState() function in exegesis::LLVMState
41 : LLVMState(llvm::sys::getProcessTriple(), in LLVMState()
45 LLVMState::createTargetMachine() const { in createTargetMachine()
55 bool LLVMState::canAssemble(const llvm::MCInst &Inst) const { in canAssemble()
DLlvmState.h33 class LLVMState {
35 LLVMState();
37 LLVMState(const std::string &Triple,
DTarget.h45 const LLVMState &State) const;
63 const LLVMState &State) const;
65 const LLVMState &State) const;
DTarget.cpp42 const LLVMState &State) const { in createBenchmarkRunner()
55 ExegesisTarget::createLatencyBenchmarkRunner(const LLVMState &State) const { in createLatencyBenchmarkRunner()
60 ExegesisTarget::createUopsBenchmarkRunner(const LLVMState &State) const { in createUopsBenchmarkRunner()
DBenchmarkRunner.h57 explicit BenchmarkRunner(const LLVMState &State,
70 const LLVMState &State;
DUops.h24 UopsBenchmarkRunner(const LLVMState &State) in UopsBenchmarkRunner()
DLatency.h25 LatencyBenchmarkRunner(const LLVMState &State) in LatencyBenchmarkRunner()
DBenchmarkRunner.cpp29 BenchmarkRunner::BenchmarkRunner(const LLVMState &State, in BenchmarkRunner()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/AArch64/
DTarget.cpp19 AArch64LatencyBenchmarkRunner(const LLVMState &State) in AArch64LatencyBenchmarkRunner()
38 createLatencyBenchmarkRunner(const LLVMState &State) const override { in createLatencyBenchmarkRunner()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp108 getBenchmarkResultContext(const LLVMState &State) { in getBenchmarkResultContext()
132 const LLVMState State; in benchmarkMain()
194 const LLVMState State; in analysisMain()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp159 createLatencyBenchmarkRunner(const LLVMState &State) const override { in createLatencyBenchmarkRunner()
164 createUopsBenchmarkRunner(const LLVMState &State) const override { in createUopsBenchmarkRunner()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp46 const LLVMState State;
220 FakeBenchmarkRunner(const LLVMState &State) in FakeBenchmarkRunner()