Home
last modified time | relevance | path

Searched refs:TCK_RecipThroughput (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCostModel.cpp32 cl::init(TargetTransformInfo::TCK_RecipThroughput),
33 cl::values(clEnumValN(TargetTransformInfo::TCK_RecipThroughput,
58 return TTI->getInstructionCost(I, TargetTransformInfo::TCK_RecipThroughput); in getInstructionCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h155 TCK_RecipThroughput, ///< Reciprocal throughput. enumerator
169 case TCK_RecipThroughput: in getInstructionCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3552 I, TargetTransformInfo::TCK_RecipThroughput); in getEntryCost()
3557 I, TargetTransformInfo::TCK_RecipThroughput); in getEntryCost()
3564 I, TargetTransformInfo::TCK_RecipThroughput); in getEntryCost()