Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.h75 generateSelfAliasingPrototype(const Instruction &Instr) const;
DLatency.cpp89 if (auto SelfAliasingPrototype = generateSelfAliasingPrototype(Instr)) in generatePrototype()
DBenchmarkRunner.cpp200 BenchmarkRunner::generateSelfAliasingPrototype(const Instruction &Instr) const { in generateSelfAliasingPrototype() function in exegesis::BenchmarkRunner
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp57 return this->generateSelfAliasingPrototype(Instr); in generatePrototype()