Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp146 bool isVVPBinaryOp(unsigned VVPOpcode) { in isVVPBinaryOp() function
173 if (isVVPBinaryOp(Opc)) in getAVLPos()
198 if (isVVPBinaryOp(Opc)) in getMaskPos()
H A DVECustomDAG.h27 bool isVVPBinaryOp(unsigned Opcode);
H A DVVPISelLowering.cpp85 if (isVVPBinaryOp(VVPOpcode)) in lowerToVVP()