/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 847 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 852 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
|
H A D | LegalizeIntegerTypes.cpp | 1348 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 922 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 1006 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 1039 SDValue NewRHS = GetSoftenedFloat(Op1); in SoftenFloatOp_SETCC() local 1832 SDValue &NewRHS, in FloatExpandSetCCOperands() 1869 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1953 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1974 SDValue NewRHS = N->getOperand(IsStrict ? 2 : 1); in ExpandFloatOp_SETCC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 784 Value *NewRHS = in FoldShiftByConstant() local 813 Value *NewRHS = in FoldShiftByConstant() local 830 Value *NewRHS = in FoldShiftByConstant() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A 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
|
H A D | InstCombineShifts.cpp | 529 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); in FoldShiftByConstant() local
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | Twine.h | 498 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Twine.h | 501 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Twine.h | 509 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | Twine.h | 538 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | Twine.h | 538 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | Twine.h | 538 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | Twine.h | 519 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | Twine.h | 538 Child NewLHS, NewRHS; in concat() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 654 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 698 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 190 Value *NewLHS = nullptr, *NewRHS = nullptr; in eliminateIVComparison() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 678 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 722 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 696 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 740 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 351 llvm::SMTExprRef NewRHS = RHS; in getBinExpr() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 351 llvm::SMTExprRef NewRHS = RHS; in getBinExpr() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 351 llvm::SMTExprRef NewRHS = RHS; in getBinExpr() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 351 llvm::SMTExprRef NewRHS = RHS; in getBinExpr() local
|