Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
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()