Home
last modified time | relevance | path

Searched refs:LLVMTriple (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DBenchmarkResultTest.cpp74 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/
DAnalysis.cpp155 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()
DBenchmarkResult.h53 std::string LLVMTriple; member
DBenchmarkRunner.cpp68 InstrBenchmark.LLVMTriple = in runOne()
DBenchmarkResult.cpp171 Io.mapRequired("llvm_triple", Obj.LLVMTriple); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp208 llvm::TargetRegistry::lookupTarget(Points[0].LLVMTriple, Error); in analysisMain()
210 llvm::errs() << "unknown target '" << Points[0].LLVMTriple << "'\n"; in analysisMain()