OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstructionLatency
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
232
Cost =
getInstructionLatency
(I);
1422
InstructionCost
getInstructionLatency
(const Instruction *I) const;
1724
virtual InstructionCost
getInstructionLatency
(const Instruction *I) = 0;
2295
InstructionCost
getInstructionLatency
(const Instruction *I) override {
2296
return Impl.
getInstructionLatency
(I);
TargetTransformInfoImpl.h
1141
InstructionCost
getInstructionLatency
(const Instruction *I) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
1051
TargetTransformInfo::
getInstructionLatency
(const Instruction *I) const {
1052
return TTIImpl->
getInstructionLatency
(I);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
598
InstructionCost
getInstructionLatency
(const Instruction *I) {
602
return BaseT::
getInstructionLatency
(I);
Completed in 26 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026