| /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 1534 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS,  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() 2791 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS,  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
  | 
| D | TargetLowering.cpp | 151                                          SDValue &NewLHS, SDValue &NewRHS,  in softenSetCCOperands()
  | 
| D | DAGCombiner.cpp | 3789           SDValue NewLHS = ZeroN00 ? N0.getOperand(1) : N0.getOperand(0);  in visitOR()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| 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 952   SDValue NewLHS = GetSoftenedFloat(Op0);  in SoftenFloatOp_SETCC()  local 1693 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS,  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
  | 
| D | LegalizeIntegerTypes.cpp | 1348 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS,  in PromoteSetCCOperands() 3803 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS,  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
  | 
| D | TargetLowering.cpp | 284                                          SDValue &NewLHS, SDValue &NewRHS,  in softenSetCCOperands() 294                                          SDValue &NewLHS, SDValue &NewRHS,  in softenSetCCOperands()
  | 
| D | DAGCombiner.cpp | 5864           SDValue NewLHS = ZeroN00 ? N0.getOperand(1) : N0.getOperand(0);  in visitOR()  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-10.0/llvm/include/llvm/ADT/ | 
| D | Twine.h | 501     Child NewLHS, NewRHS;  in concat()  local
  | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | SimplifyIndVar.cpp | 190     Value *NewLHS = nullptr, *NewRHS = nullptr;  in eliminateIVComparison()  local
  | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombinePHI.cpp | 69   PHINode *NewLHS = nullptr, *NewRHS = nullptr;  in FoldPHIArgBinOpIntoPHI()  local
  | 
| D | InstCombineSelect.cpp | 1163           Value *NewLHS = Builder->CreateNot(LHS);  in visitSelectInst()  local
  | 
| D | InstCombineAndOrXor.cpp | 129   Value *NewLHS = IsBswapLHS ? IntrLHS->getOperand(0) :  in SimplifyBSwap()  local 1354           Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS,  in visitAnd()  local
  | 
| D | InstructionCombining.cpp | 1319       Value *NewLHS = isa<Constant>(LHS) ? C2 : Shuffle->getOperand(0);  in SimplifyVectorOp()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | SimplifyIndVar.cpp | 220   Value *NewLHS = CheapExpansions[InvariantLHS];  in makeIVComparisonInvariant()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombinePHI.cpp | 336   PHINode *NewLHS = nullptr, *NewRHS = nullptr;  in FoldPHIArgBinOpIntoPHI()  local
  | 
| D | InstCombineAndOrXor.cpp | 89   Value *NewLHS;  in SimplifyBSwap()  local 1801         Value *NewLHS = Builder.CreateAnd(X, Op1, X->getName() + ".masked");  in visitAnd()  local
  | 
| D | InstructionCombining.cpp | 1587       Value *NewLHS = ConstOp1 ? V1 : NewC;  in foldVectorBinop()  local
  | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | Reassociate.cpp | 653       Value *NewLHS = Ops[i].Op;  in RewriteExprTree()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | Reassociate.cpp | 677       Value *NewLHS = Ops[i].Op;  in RewriteExprTree()  local
  | 
| /external/llvm/lib/Analysis/ | 
| D | InstructionSimplify.cpp | 3108         Constant *NewLHS = ConstantExpr::getGetElementPtr(  in SimplifyICmpInst()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | InstructionSimplify.cpp | 3484         Constant *NewLHS = ConstantExpr::getGetElementPtr(  in SimplifyICmpInst()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUISelLowering.cpp | 3540     SDValue NewLHS = LHS.getOperand(0);  in foldFreeOpFromSelect()  local
  |