HomeSort by relevance Sort by last modified time
    Searched refs:ReduxOpCode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
CostModel.cpp 464 unsigned ReduxOpCode;
467 if (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType))
468 return TTI->getReductionCost(ReduxOpCode, ReduxType, false);
469 else if (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType))
470 return TTI->getReductionCost(ReduxOpCode, ReduxType, true);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp     [all...]

Completed in 452 milliseconds