Searched refs:NewRHS (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DTwine.h482 Child NewLHS, NewRHS;
484 NewRHS.twine = &Suffix;
491 NewRHS = Suffix.LHS;
495 return Twine(NewLHS, NewLHSKind, NewRHS, NewRHSKind);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp652 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
657 NewRHS = GetSoftenedFloat(NewRHS);
658 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, N->getDebugLoc());
662 if (NewRHS.getNode() == 0) {
663 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
669 DAG.getCondCode(CCCode), NewLHS, NewRHS,
698 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
703 NewRHS = GetSoftenedFloat(NewRHS);
721 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
1280 FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
1311 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
1393 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
1411 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DLegalizeIntegerTypes.cpp819 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, argument
836 NewRHS = ZExtPromotedInteger(NewRHS);
843 NewRHS = SExtPromotedInteger(NewRHS);
2499 SDValue &NewRHS,
2504 GetExpandedInteger(NewRHS, RHSLo, RHSHi);
2513 NewRHS = RHSLo;
2520 NewRHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSHi, RHSHi);
2521 NewLHS = DAG.getNode(ISD::OR, dl, NewLHS.getValueType(), NewLHS, NewRHS);
2498 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
2599 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); local
2617 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
2635 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); local
[all...]
H A DLegalizeTypes.h359 void IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
486 void FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
H A DTargetLowering.cpp103 SDValue &NewLHS, SDValue &NewRHS,
185 SDValue Ops[2] = { NewLHS, NewRHS };
187 NewRHS = DAG.getConstant(0, RetVT);
191 NewLHS, NewRHS, DAG.getCondCode(CCCode));
194 NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2)));
196 NewRHS = SDValue();
102 softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) const argument
H A DDAGCombiner.cpp3551 SDValue NewRHS = DAG.getNode(N->getOpcode(), LHS->getOperand(1).getDebugLoc(), local
3561 return DAG.getNode(LHS->getOpcode(), N->getDebugLoc(), VT, NewShift, NewRHS);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp81 PHINode *NewLHS = 0, *NewRHS = 0; local
91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
93 NewRHS->addIncoming(InRHS, PN.getIncomingBlock(0));
94 InsertNewInstBefore(NewRHS, PN);
95 RHSVal = NewRHS;
99 if (NewLHS || NewRHS) {
106 if (NewRHS) {
108 NewRHS->addIncoming(NewInRHS, PN.getIncomingBlock(i));
H A DInstCombineShifts.cpp510 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); local
517 NewRHS);
H A DInstCombineAndOrXor.cpp1045 Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS, local
1047 return BinaryOperator::Create(Op0I->getOpcode(), Op0LHS, NewRHS);
2202 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); local
2204 // NewRHS.
2206 NewRHS = ConstantExpr::getAnd(NewRHS,
2210 I.setOperand(1, NewRHS);
H A DInstCombineCompares.cpp1072 APInt NewRHS = RHS->getValue().zext(SrcBits); local
1073 NewRHS |= KnownOne & APInt::getHighBitsSet(SrcBits, SrcBits-DstBits);
1075 ConstantInt::get(ICI.getContext(), NewRHS));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp723 Value *NewRHS = Ops[i+1].Op; local
727 if (NewLHS == OldLHS && NewRHS == OldRHS)
731 if (NewLHS == OldRHS && NewRHS == OldLHS) {
750 if (NewRHS != OldRHS) {
754 Op->setOperand(1, NewRHS);
767 Value *NewRHS = Ops[i].Op; local
768 if (NewRHS != Op->getOperand(1)) {
770 if (NewRHS == Op->getOperand(0)) {
779 Op->setOperand(1, NewRHS);
H A DLoopStrengthReduce.cpp1894 Value *NewRHS = 0; local
1900 NewRHS = BO->getOperand(0);
1904 NewRHS = BO->getOperand(0);
1905 if (!NewRHS)
1908 NewRHS = Sel->getOperand(1);
1910 NewRHS = Sel->getOperand(2);
1912 NewRHS = SU->getValue();
1925 new ICmpInst(Cond, Pred, Cond->getOperand(0), NewRHS, "scmp");
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1719 SDValue &NewLHS, SDValue &NewRHS,
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2546 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS); local
2547 return ConstantExpr::getICmp(Pred, NewLHS, NewRHS);

Completed in 345 milliseconds