Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1049 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT() local
1053 if (IsShift) { in PromoteIntRes_ADDSUBSHLSAT()
1081 if (IsShift || matcher.isOperationLegal(Opcode, PromotedType)) { in PromoteIntRes_ADDSUBSHLSAT()
1102 if (!IsShift) in PromoteIntRes_ADDSUBSHLSAT()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4290 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp() local
4293 return FPBuilder.CreateFixedToFixed(Result, IsShift ? LHSFixedSema in EmitFixedPointBinOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2269 bool IsShift = MI.getOpcode() == TargetOpcode::G_SSHLSAT || in widenScalarAddSubShlSat() local
2288 auto RHS = IsShift ? MIRBuilder.buildZExt(WideTy, MI.getOperand(2)) in widenScalarAddSubShlSat()
2292 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8372 bool IsShift = false; in lowerBuildVectorToBitOp() local
8379 IsShift = true; in lowerBuildVectorToBitOp()
8404 if (!IsShift) in lowerBuildVectorToBitOp()
8416 if (IsShift && any_of(RHSElts, [&](SDValue V) { return RHSElts[0] != V; })) in lowerBuildVectorToBitOp()
8423 if (!IsShift) in lowerBuildVectorToBitOp()