HomeSort by relevance Sort by last modified time
    Searched refs:NewRHS (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 605 void DAGTypeLegalizer::SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
608 SDValue RHSInt = GetSoftenedFloat(NewRHS);
676 NewRHS = DAG.getConstant(0, RetVT);
680 NewLHS, NewRHS, DAG.getCondCode(CCCode));
683 NewRHS, DAG.getCondCode(TLI.getCmpLibcallCC(LC2)));
685 NewRHS = SDValue();
706 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
708 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
712 if (NewRHS.getNode() == 0) {
713 NewRHS = DAG.getConstant(0, NewLHS.getValueType())
    [all...]
LegalizeIntegerTypes.cpp 760 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS,
777 NewRHS = ZExtPromotedInteger(NewRHS);
    [all...]
LegalizeTypes.h 343 void IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
415 void SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
471 void FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/ADT/
Twine.h 425 const void *NewLHS = this, *NewRHS = &Suffix;
432 NewRHS = Suffix.LHS;
436 return Twine(NewLHS, NewLHSKind, NewRHS, NewRHSKind);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 81 PHINode *NewLHS = 0, *NewRHS = 0;
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));
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineShifts.cpp 503 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1);
510 NewRHS);
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 320 milliseconds