Home
last modified time | relevance | path

Searched refs:BenchmarkFailure (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp26 BenchmarkFailure::BenchmarkFailure(const llvm::Twine &S) in BenchmarkFailure() function in exegesis::BenchmarkFailure
42 return llvm::make_error<BenchmarkFailure>("Unsupported opcode: isPseudo"); in run()
44 return llvm::make_error<BenchmarkFailure>( in run()
47 return llvm::make_error<BenchmarkFailure>( in run()
203 return llvm::make_error<BenchmarkFailure>("empty self aliasing"); in generateSelfAliasingPrototype()
DLatency.cpp37 return llvm::make_error<BenchmarkFailure>( in isInfeasible()
40 return llvm::make_error<BenchmarkFailure>( in isInfeasible()
79 return llvm::make_error<BenchmarkFailure>( in generateTwoInstructionPrototype()
DBenchmarkRunner.h32 class BenchmarkFailure : public llvm::StringError {
34 BenchmarkFailure(const llvm::Twine &S);
DUops.cpp95 return llvm::make_error<BenchmarkFailure>( in isInfeasible()
98 return llvm::make_error<BenchmarkFailure>( in isInfeasible()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp35 return llvm::make_error<BenchmarkFailure>( in generatePrototype()
47 return llvm::make_error<BenchmarkFailure>("Unsupported x87 ZeroArgFP"); in generatePrototype()
49 return llvm::make_error<BenchmarkFailure>("Unsupported x87 OneArgFP"); in generatePrototype()
64 return llvm::make_error<BenchmarkFailure>("Unsupported x87 SpecialFP"); in generatePrototype()
80 return llvm::make_error<BenchmarkFailure>("Unsupported x87 CompareFP"); in handleCompareFP()
84 return llvm::make_error<BenchmarkFailure>("Unsupported x87 CondMovFP"); in handleCondMovFP()