Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h170 return getInstructionThroughput(I); in getInstructionCost()
1161 int getInstructionThroughput(const Instruction *I) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1154 int TargetTransformInfo::getInstructionThroughput(const Instruction *I) const { in getInstructionThroughput() function in TargetTransformInfo