Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1196 Optional<unsigned> MaxNumVScale = getMaxVScale(); in getGatherScatterOpCost() local
1197 assert(MaxNumVScale && "Expected valid max vscale value"); in getGatherScatterOpCost()
1202 MaxNumVScale.getValue() * LegalVF.getKnownMinValue(); in getGatherScatterOpCost()