Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp267 return Op->getOperand(hasReductionStartParam(OriginalOC) ? 1 : 0) in getIdiomaticVectorType()
362 bool hasReductionStartParam(unsigned OPC) { in hasReductionStartParam() function
569 bool scalarizeStartParam = StartV && !hasReductionStartParam(VVPOpcode); in getLegalReductionOpVVP()
581 assert(hasReductionStartParam(VVPOpcode)); in getLegalReductionOpVVP()
H A DVECustomDAG.h115 bool hasReductionStartParam(unsigned VVPOC);
H A DVVPISelLowering.cpp89 auto SrcHasStart = hasReductionStartParam(Op->getOpcode()); in lowerToVVP()