Searched refs:RHSOp (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.cpp | 352 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() local 356 bool FirstIsDest = (LHSOp < RHSOp); in ParseConstraint() 357 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() 359 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2285 Value *LHSOp, *RHSOp; in visitSub() local 2287 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub() 2288 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub() 2294 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub() 2295 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 394 SDValue RHSOp = RHS.getOperand(i); in matchBinaryPredicate() local 396 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() 398 auto *RHSCst = dyn_cast<ConstantSDNode>(RHSOp); in matchBinaryPredicate() 402 LHSOp.getValueType() != RHSOp.getValueType())) in matchBinaryPredicate()
|