Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h229 Cost = getInstructionThroughput(I); in getInstructionCost()
1426 InstructionCost getInstructionThroughput(const Instruction *I) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1341 TargetTransformInfo::getInstructionThroughput(const Instruction *I) const { in getInstructionThroughput() function in TargetTransformInfo