Searched refs:LLVMTriple (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/ |
D | BenchmarkResultTest.cpp | 74 ToDisk.LLVMTriple = "llvm_triple"; in TEST() 98 EXPECT_EQ(FromDisk.LLVMTriple, ToDisk.LLVMTriple); in TEST() 115 EXPECT_EQ(FromDisk.LLVMTriple, ToDisk.LLVMTriple); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Analysis.cpp | 155 RegInfo_.reset(Target.createMCRegInfo(FirstPoint.LLVMTriple)); in Analysis() 156 AsmInfo_.reset(Target.createMCAsmInfo(*RegInfo_, FirstPoint.LLVMTriple)); in Analysis() 157 SubtargetInfo_.reset(Target.createMCSubtargetInfo(FirstPoint.LLVMTriple, in Analysis() 160 llvm::Triple(FirstPoint.LLVMTriple), 0 /*default variant*/, *AsmInfo_, in Analysis() 578 writeEscaped<kEscapeHtml>(OS, FirstPoint.LLVMTriple); in run()
|
D | BenchmarkResult.h | 53 std::string LLVMTriple; member
|
D | BenchmarkRunner.cpp | 68 InstrBenchmark.LLVMTriple = in runOne()
|
D | BenchmarkResult.cpp | 171 Io.mapRequired("llvm_triple", Obj.LLVMTriple); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 208 llvm::TargetRegistry::lookupTarget(Points[0].LLVMTriple, Error); in analysisMain() 210 llvm::errs() << "unknown target '" << Points[0].LLVMTriple << "'\n"; in analysisMain()
|