Lines Matching defs:isBinOp
17571 // it to all binary operation by checking TLI.isBinOp().
34149 bool X86TargetLowering::isBinOp(unsigned Opcode) const {
34166 return TargetLoweringBase::isBinOp(Opcode);
40469 // TODO - move this to TLI like isBinOp?
40533 if (TLI.isBinOp(SrcOpcode) && IsSafeToMoveShuffle(N0, SrcOpcode)) {
40580 if (TLI.isBinOp(SrcOpcode) && N1.getOpcode() == SrcOpcode &&