/external/llvm/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 510 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); 517 NewRHS);
|
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...] |
InstCombineCompares.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | 716 Value *NewRHS = Ops[i+1].Op; 720 if (NewLHS == OldLHS && NewRHS == OldRHS) 724 if (NewLHS == OldRHS && NewRHS == OldLHS) { 743 if (NewRHS != OldRHS) { 747 Op->setOperand(1, NewRHS); 760 Value *NewRHS = Ops[i].Op; 761 if (NewRHS != Op->getOperand(1)) { 763 if (NewRHS == Op->getOperand(0)) { 772 Op->setOperand(1, NewRHS); [all...] |
LoopStrengthReduce.cpp | [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeFloatTypes.cpp | 652 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); 657 NewRHS = GetSoftenedFloat(NewRHS); 658 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N)); 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); 703 NewRHS = GetSoftenedFloat(NewRHS); [all...] |
LegalizeIntegerTypes.cpp | [all...] |
DAGCombiner.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | [all...] |