Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h28 bool isVVPReductionOp(unsigned Opcode);
H A DVECustomDAG.cpp156 bool isVVPReductionOp(unsigned Opcode) { in isVVPReductionOp() function
266 if (isVVPReductionOp(OC)) in getIdiomaticVectorType()
H A DVVPISelLowering.cpp88 if (isVVPReductionOp(VVPOpcode)) { in lowerToVVP()