/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 512 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local 529 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local 556 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local 575 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), in FoldShiftByConstant() local
|
D | InstCombinePHI.cpp | 325 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 612 void DAGTypeLegalizer::SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, in SoftenSetCCOperands() 713 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 755 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 774 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local 1294 SDValue &NewRHS, in FloatExpandSetCCOperands() 1324 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1405 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1423 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
|
D | LegalizeIntegerTypes.cpp | 808 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 2469 SDValue &NewRHS, in IntegerExpandSetCCOperands() 2569 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 2587 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 2605 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 864 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
|
D | LegalizeIntegerTypes.cpp | 942 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 879 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 970 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 993 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local 1589 SDValue &NewRHS, in FloatExpandSetCCOperands() 1619 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1677 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1695 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
|
D | LegalizeIntegerTypes.cpp | 982 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 2951 SDValue &NewRHS, in IntegerExpandSetCCOperands() 3097 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 3115 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 3133 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | Twine.h | 481 Child NewLHS, NewRHS; in concat() local
|
/external/llvm/include/llvm/ADT/ |
D | Twine.h | 498 Child NewLHS, NewRHS; in concat() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Twine.h | 509 Child NewLHS, NewRHS; in concat() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Twine.h | 499 Child NewLHS, NewRHS; in concat() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 190 Value *NewLHS = nullptr, *NewRHS = nullptr; in eliminateIVComparison() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 512 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); in FoldShiftByConstant() local
|
D | InstCombineAndOrXor.cpp | 1066 Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS, in visitAnd() local 2174 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); in visitXor() local
|
D | InstCombinePHI.cpp | 81 PHINode *NewLHS = 0, *NewRHS = 0; in FoldPHIArgBinOpIntoPHI() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 132 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
|
D | InstCombineShifts.cpp | 529 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); in FoldShiftByConstant() local
|
D | InstCombinePHI.cpp | 69 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
|
D | InstCombineSelect.cpp | 1164 Value *NewRHS = Builder->CreateNot(RHS); in visitSelectInst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 438 ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP); in widenCondCommon() local
|
D | Reassociate.cpp | 654 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 698 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 495 ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP); in widenCondCommon() local
|
D | Reassociate.cpp | 671 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 715 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 211 Value *NewRHS = CheapExpansions[InvariantRHS]; in makeIVComparisonInvariant() local
|