Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp778 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT() local
781 if (IsShift) { in PromoteIntRes_ADDSUBSHLSAT()
809 if (IsShift || TLI.isOperationLegalOrCustom(Opcode, PromotedType)) { in PromoteIntRes_ADDSUBSHLSAT()
830 if (!IsShift) in PromoteIntRes_ADDSUBSHLSAT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1875 bool IsShift = MI.getOpcode() == TargetOpcode::G_SSHLSAT || in widenScalarAddSubShlSat() local
1894 auto RHS = IsShift ? MIRBuilder.buildZExt(WideTy, MI.getOperand(2)) in widenScalarAddSubShlSat()
1898 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3723 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp() local
3726 return FPBuilder.CreateFixedToFixed(Result, IsShift ? LHSFixedSema in EmitFixedPointBinOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9926 bool IsShift = false; in lowerBuildVectorToBitOp() local
9933 IsShift = true; in lowerBuildVectorToBitOp()
9958 if (!IsShift) in lowerBuildVectorToBitOp()
9970 if (IsShift && any_of(RHSElts, [&](SDValue V) { return RHSElts[0] != V; })) in lowerBuildVectorToBitOp()
9977 if (!IsShift) in lowerBuildVectorToBitOp()