/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeFloatTypes.cpp | 669 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); 674 NewRHS = GetSoftenedFloat(NewRHS); 675 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N)); 679 if (!NewRHS.getNode()) { 680 NewRHS = DAG.getConstant(0, NewLHS.getValueType()); 686 DAG.getCondCode(CCCode), NewLHS, NewRHS, [all...] |
LegalizeIntegerTypes.cpp | [all...] |
TargetLowering.cpp | 118 SDValue &NewLHS, SDValue &NewRHS, 200 SDValue Ops[2] = { NewLHS, NewRHS }; 203 NewRHS = DAG.getConstant(0, RetVT); 208 NewLHS, NewRHS, DAG.getCondCode(CCCode)); 213 NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2))); 215 NewRHS = SDValue(); [all...] |
LegalizeTypes.h | 362 void IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, 492 void FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, [all...] |
DAGCombiner.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineVectorOps.cpp | [all...] |
InstCombinePHI.cpp | 83 PHINode *NewLHS = nullptr, *NewRHS = nullptr; 93 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), 95 NewRHS->addIncoming(InRHS, PN.getIncomingBlock(0)); 96 InsertNewInstBefore(NewRHS, PN); 97 RHSVal = NewRHS; 101 if (NewLHS || NewRHS) { 108 if (NewRHS) { 110 NewRHS->addIncoming(NewInRHS, PN.getIncomingBlock(i)); [all...] |
InstCombineShifts.cpp | 521 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); 528 NewRHS); [all...] |
InstCombineAndOrXor.cpp | [all...] |
InstructionCombining.cpp | [all...] |
InstCombineCompares.cpp | [all...] |
/external/llvm/include/llvm/ADT/ |
Twine.h | 486 Child NewLHS, NewRHS; 488 NewRHS.twine = &Suffix; 495 NewRHS = Suffix.LHS; 499 return Twine(NewLHS, NewLHSKind, NewRHS, NewRHSKind);
|
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 497 const llvm::APSInt *newRHS; 499 newRHS = BasicVals.evalAPSInt(BO_Add, first, second); 501 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second); 503 assert(newRHS && "Invalid operation despite common type!"); 504 rhs = nonloc::ConcreteInt(*newRHS); [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/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 5366 decNumber *newrhs=bufr; \/* assume will fit on stack *\/ local [all...] |
/external/icu/icu4c/source/i18n/ |
decNumber.c | 5395 decNumber *newrhs=bufr; \/* assume will fit on stack *\/ local [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |
/prebuilts/clang/linux-x86/host/3.4/bin/ |
clang-tblgen | |
llvm-link | |
tblgen | |