Home
last modified time | relevance | path

Searched defs:NumShuffles (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1642 unsigned NumShuffles = NumReduxLevels; in getArithmeticReductionCost() local
1706 unsigned NumShuffles = NumReduxLevels; in getMinMaxReductionCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp41861 unsigned NumShuffles = (LMask.empty() ? 0 : 1) + (RMask.empty() ? 0 : 1); in isHorizontalBinOp() local