Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsScanHelpers.cpp280 const bool isMinMax = (op == OPERATOR_MIN || op == OPERATOR_MAX); in getCompare() local
297 if (isMinMax) in getCompare()
303 if (isMinMax) in getCompare()
310 if (isMinMax) in getCompare()
320 if (isMinMax) in getCompare()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6200 bool isMinMax() const { in isMinMax() function in __anonae696b3d1f11::HorizontalReduction::OperationData
6221 return isMinMax() ? 1 : 0; in getFirstOperandIndex()
6228 return isMinMax() ? 3 : 2; in getNumberOfOperands()
6237 if (isMinMax()) { in hasSameParent()
6251 if (isMinMax()) in hasRequiredNumberOfUses()
6262 if (isMinMax()) in initReductionOps()
6272 if (isMinMax()) { in addReductionOps()
6334 return isMinMax() ? CmpInst::makeCmpResultType(LHS->getType()) : nullptr; in getConditionType()
6788 if (ReductionData.isMinMax()) in tryToReduce()
6833 if (ReductionData.isMinMax()) { in tryToReduce()