Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp638 unsigned ProfitableNumElements; in getMemoryOpCost() local
641 ProfitableNumElements = 4; in getMemoryOpCost()
645 ProfitableNumElements = 8; in getMemoryOpCost()
647 if (Ty->getVectorNumElements() < ProfitableNumElements) { in getMemoryOpCost()