/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 813 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local 830 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local 857 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local 876 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local
|
H A D | InstCombinePHI.cpp | 422 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in foldPHIArgBinOpIntoPHI() local
|
H A D | InstCombineAndOrXor.cpp | 95 Value *NewRHS; in SimplifyBSwap() local 1857 Value *NewRHS = Builder.CreateAnd(Y, Op1, Y->getName() + ".masked"); in visitAnd() local
|
H A D | InstCombineAddSub.cpp | 1367 Constant *NewRHS = ConstantInt::get(RHS->getType(), minusC1); in visitAdd() local
|
H A D | InstCombineCompares.cpp | 796 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare() local 1542 APInt NewRHS = C.zext(SrcBits); in foldICmpTruncConstant() local
|
H A D | InstructionCombining.cpp | 1702 Value *NewRHS = ConstOp1 ? NewC : V1; in foldVectorBinop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 893 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 977 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 1010 SDValue NewRHS = GetSoftenedFloat(Op1); in SoftenFloatOp_SETCC() local 1805 SDValue &NewRHS, in FloatExpandSetCCOperands() 1842 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1926 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1947 SDValue NewRHS = N->getOperand(IsStrict ? 2 : 1); in ExpandFloatOp_SETCC() local
|
H A D | LegalizeIntegerTypes.cpp | 1587 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 4238 SDValue &NewRHS, in IntegerExpandSetCCOperands() 4384 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 4402 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 4420 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
H A D | TargetLowering.cpp | 293 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands() 303 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
|
H A D | DAGCombiner.cpp | 6426 SDValue NewRHS = ZeroN10 ? N1.getOperand(1) : N1.getOperand(0); in visitOR() local 8072 SDValue NewRHS = DAG.getNode(N->getOpcode(), DL, VT, LHS.getOperand(1), in visitShiftByConstant() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Twine.h | 501 Child NewLHS, NewRHS; in concat() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 351 llvm::SMTExprRef NewRHS = RHS; in getBinExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 534 ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP); in widenCondCommon() local
|
H A D | Reassociate.cpp | 679 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 723 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
H A D | LoopStrengthReduce.cpp | 2316 Value *NewRHS = nullptr; in OptimizeMax() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 241 Value *NewRHS = CheapExpansions[InvariantRHS]; in makeIVComparisonInvariant() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 2777 Register &NewRHS = std::get<1>(MatchInfo); in matchSimplifyAddToSub() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 3523 SDValue NewRHS = RHS; in foldFreeOpFromSelect() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 3619 Constant *NewRHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() local
|
H A D | ScalarEvolution.cpp | 3225 APInt NewRHS = in getUDivExpr() local 9409 APInt NewRHS; in SimplifyICmpOperands() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 43803 SDValue NewRHS = in combineVectorHADDSUB() local 44863 SDValue Ret, NewRHS; in combineOrCmpEqZeroToCtlzSrl() local 46282 SDValue NewRHS = B.getNode() ? B : A; // If B is 'UNDEF', use A for it. in isHorizontalBinOp() local
|