Home
last modified time | relevance | path

Searched refs:isInfeasible (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp34 llvm::Error LatencyBenchmarkRunner::isInfeasible( in isInfeasible() function in exegesis::LatencyBenchmarkRunner
56 if (auto E = isInfeasible(OtherInstrDesc)) { in generateTwoInstructionPrototype()
86 if (auto E = isInfeasible(InstrDesc)) in generatePrototype()
DUops.cpp93 UopsBenchmarkRunner::isInfeasible(const llvm::MCInstrDesc &MCInstrDesc) const { in isInfeasible() function in exegesis::UopsBenchmarkRunner
137 if (auto E = isInfeasible(InstrDesc)) in generatePrototype()
DUops.h32 llvm::Error isInfeasible(const llvm::MCInstrDesc &MCInstrDesc) const;
DLatency.h33 llvm::Error isInfeasible(const llvm::MCInstrDesc &MCInstrDesc) const;