Searched refs:OpRHS (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp622 ConstantInt *OpRHS;
631 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) {
633 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue();
637 m_Or(m_Value(OpLHS), m_ConstantInt(OpRHS)))) {
639 if ((OpRHS->getValue() & Known.Zero) == OpRHS->getValue()) {
641 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h984 Instruction *OptAndOp(BinaryOperator *Op, ConstantInt *OpRHS,
H A DInstCombineAndOrXor.cpp116 /// the Op parameter is 'OP', OpRHS is 'C1', and AndRHS is 'C2'.
118 ConstantInt *OpRHS,
137 const APInt& AddRHS = OpRHS->getValue();
117 OptAndOp(BinaryOperator *Op, ConstantInt *OpRHS, ConstantInt *AndRHS, BinaryOperator &TheAnd) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7064 SDValue OpLHS, OpRHS; local
7066 OpRHS = GeneratePerfectShuffle(PerfectShuffleTable[RHSID], LHS, RHS, DAG, dl);
7110 return DAG.getNode(AArch64ISD::EXT, dl, VT, OpLHS, OpRHS,
7115 OpRHS);
7118 OpRHS);
7121 OpRHS);
7124 OpRHS);
7127 OpRHS);
7130 OpRHS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8956 SDValue OpLHS, OpRHS; local
8958 OpRHS = GeneratePerfectShuffle(PerfectShuffleTable[RHSID], LHS, RHS, DAG, dl);
8992 return BuildVSLDOI(OpLHS, OpRHS, 4, OpLHS.getValueType(), DAG, dl);
8994 return BuildVSLDOI(OpLHS, OpRHS, 8, OpLHS.getValueType(), DAG, dl);
8996 return BuildVSLDOI(OpLHS, OpRHS, 12, OpLHS.getValueType(), DAG, dl);
9000 OpRHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, OpRHS);
9001 SDValue T = DAG.getVectorShuffle(MVT::v16i8, dl, OpLHS, OpRHS, ShufIdxs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7684 SDValue OpLHS, OpRHS; local
7686 OpRHS = GeneratePerfectShuffle(PerfectShuffleTable[RHSID], LHS, RHS, DAG, dl);
7712 OpLHS, OpRHS,
7717 OpLHS, OpRHS).getValue(OpNum-OP_VUZPL);
7721 OpLHS, OpRHS).getValue(OpNum-OP_VZIPL);
7725 OpLHS, OpRHS).getValue(OpNum-OP_VTRNL);

Completed in 486 milliseconds