Home
last modified time | relevance | path

Searched defs:NewRHS (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp847 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local
864 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local
891 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local
910 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local
DInstCombinePHI.cpp336 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
DInstCombineAndOrXor.cpp93 Value *NewRHS; in SimplifyBSwap() local
1795 Value *NewRHS = Builder.CreateAnd(Y, Op1, Y->getName() + ".masked"); in visitAnd() local
DInstCombineCompares.cpp833 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare() local
1551 APInt NewRHS = C.zext(SrcBits); in foldICmpTruncConstant() local
DInstructionCombining.cpp1588 Value *NewRHS = ConstOp1 ? NewC : V1; in foldVectorBinop() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp864 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local
916 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local
939 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local
1535 SDValue &NewRHS, in FloatExpandSetCCOperands()
1565 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local
1660 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local
1678 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
DLegalizeIntegerTypes.cpp942 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands()
2792 SDValue &NewRHS, in IntegerExpandSetCCOperands()
2938 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local
2956 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local
2974 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
DTargetLowering.cpp151 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp852 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local
920 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local
953 SDValue NewRHS = GetSoftenedFloat(Op1); in SoftenFloatOp_SETCC() local
1694 SDValue &NewRHS, in FloatExpandSetCCOperands()
1724 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local
1822 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local
1840 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
DLegalizeIntegerTypes.cpp1348 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands()
3804 SDValue &NewRHS, in IntegerExpandSetCCOperands()
3950 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local
3968 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local
3986 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
/external/llvm/include/llvm/ADT/
DTwine.h498 Child NewLHS, NewRHS; in concat() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTwine.h509 Child NewLHS, NewRHS; in concat() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTwine.h501 Child NewLHS, NewRHS; in concat() local
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp190 Value *NewLHS = nullptr, *NewRHS = nullptr; in eliminateIVComparison() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp132 Value *NewRHS = IsBswapRHS ? IntrRHS->getOperand(0) : in SimplifyBSwap() local
1347 Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS, in visitAnd() local
2592 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); in visitXor() local
DInstCombineShifts.cpp529 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); in FoldShiftByConstant() local
DInstCombinePHI.cpp69 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
DInstCombineSelect.cpp1164 Value *NewRHS = Builder->CreateNot(RHS); in visitSelectInst() local
DInstCombineCompares.cpp911 Value *NewRHS = rewriteGEPAsOffset(RHS, PtrBase, DL, Nodes); in transformToIndexedCompare() local
1564 APInt NewRHS = RHS->getValue().zext(SrcBits); in visitICmpInstWithInstAndIntCst() local
DInstructionCombining.cpp1320 Value *NewRHS = isa<Constant>(LHS) ? Shuffle->getOperand(0) : C2; in SimplifyVectorOp() local
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp438 ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP); in widenCondCommon() local
DReassociate.cpp654 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local
698 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp221 Value *NewRHS = CheapExpansions[InvariantRHS]; in makeIVComparisonInvariant() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp678 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local
722 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
DGuardWidening.cpp535 ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP); in widenCondCommon() local

12