Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCostModel.cpp35 clEnumValN(TargetTransformInfo::TCK_Latency,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h156 TCK_Latency, ///< The latency of instruction. enumerator
172 case TCK_Latency: in getInstructionCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1163 TTI.getInstructionCost(I, TargetTransformInfo::TCK_Latency); in combine()