Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp42 bool IsShift : 1; // Shift operation member
55 IsNonSubwordLoad(false), IsShift(false), IsRev(false), in IInfo()
74 bool isShift(unsigned Op) { return Info[Op].IsShift; } in isShift()
178 Info[op].IsShift = true; in InstructionInformation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1115 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT() local
1118 if (IsShift) { in PromoteIntRes_ADDSUBSHLSAT()
1130 if (IsShift || matcher.isOperationLegal(Opcode, PromotedType)) { in PromoteIntRes_ADDSUBSHLSAT()
1150 if (!IsShift) in PromoteIntRes_ADDSUBSHLSAT()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4595 bool IsShift = BinaryOperator::isShiftOp(op.Opcode) || in EmitFixedPointBinOp() local
4598 return FPBuilder.CreateFixedToFixed(Result, IsShift ? LHSFixedSema in EmitFixedPointBinOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2567 bool IsShift = MI.getOpcode() == TargetOpcode::G_SSHLSAT || in widenScalarAddSubShlSat() local
2586 auto RHS = IsShift ? MIRBuilder.buildZExt(WideTy, MI.getOperand(2)) in widenScalarAddSubShlSat()
2590 auto ShiftR = IsShift ? RHS : MIRBuilder.buildShl(WideTy, RHS, ShiftK); in widenScalarAddSubShlSat()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8725 bool IsShift = false; in lowerBuildVectorToBitOp() local
8732 IsShift = true; in lowerBuildVectorToBitOp()
8757 if (!IsShift) in lowerBuildVectorToBitOp()
8769 if (IsShift && any_of(RHSElts, [&](SDValue V) { return RHSElts[0] != V; })) in lowerBuildVectorToBitOp()
8776 if (!IsShift) in lowerBuildVectorToBitOp()