Lines Matching defs:isBinOp
3365 if (Opc >= ISD::BUILTIN_OP_END || !isBinOp(Opc))
17878 // it to all binary operation by checking TLI.isBinOp().
35063 bool X86TargetLowering::isBinOp(unsigned Opcode) const {
35080 return TargetLoweringBase::isBinOp(Opcode);
41513 // TODO - move this to TLI like isBinOp?
41578 if (TLI.isBinOp(SrcOpcode) && IsSafeToMoveShuffle(N0, SrcOpcode)) {
41635 if (TLI.isBinOp(SrcOpcode) && N1.getOpcode() == SrcOpcode &&