Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp570 bool IsMaskReduction = isMaskType(VectorV.getValueType()); in getLegalReductionOpVVP() local
571 assert(!IsMaskReduction && "TODO Implement"); in getLegalReductionOpVVP()
575 auto ScalarOC = getScalarReductionOpcode(VVPOpcode, IsMaskReduction); in getLegalReductionOpVVP()