Home
last modified time | relevance | path

Searched refs:getInstructionThroughput (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h233 Cost = getInstructionThroughput(I); in getInstructionCost()
1505 InstructionCost getInstructionThroughput(const Instruction *I) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1134 TargetTransformInfo::getInstructionThroughput(const Instruction *I) const { in getInstructionThroughput() function in TargetTransformInfo