/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 655 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local 658 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree() 662 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree() 675 if (NewLHS != OldLHS) { in RewriteExprTree() 676 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 680 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local 683 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree() 687 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree() 700 if (NewLHS != OldLHS) { in RewriteExprTree() 701 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 679 Value *OldLHS = Op->getOperand(0); in RewriteExprTree() local 682 if (NewLHS == OldLHS && NewRHS == OldRHS) in RewriteExprTree() 686 if (NewLHS == OldRHS && NewRHS == OldLHS) { in RewriteExprTree() 699 if (NewLHS != OldLHS) { in RewriteExprTree() 700 BinaryOperator *BO = isReassociableOp(OldLHS, Opcode); in RewriteExprTree()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 86 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local 90 if (!match(OldLHS, m_BSwap(m_Value(NewLHS)))) in SimplifyBSwap() 98 if (!OldLHS->hasOneUse() && !OldRHS->hasOneUse()) in SimplifyBSwap() 103 if (!OldLHS->hasOneUse()) in SimplifyBSwap()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 88 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local 92 if (!match(OldLHS, m_BSwap(m_Value(NewLHS)))) in SimplifyBSwap() 100 if (!OldLHS->hasOneUse() && !OldRHS->hasOneUse()) in SimplifyBSwap() 105 if (!OldLHS->hasOneUse()) in SimplifyBSwap()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 109 Value *OldLHS = I.getOperand(0); in SimplifyBSwap() local 111 ConstantInt *ConstLHS = dyn_cast<ConstantInt>(OldLHS); in SimplifyBSwap() 113 IntrinsicInst *IntrLHS = dyn_cast<IntrinsicInst>(OldLHS); in SimplifyBSwap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3034 const SDLoc &DL, const SDValue OldLHS, 3039 const SDLoc &DL, const SDValue OldLHS,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3214 const SDLoc &DL, const SDValue OldLHS, 3219 const SDLoc &DL, const SDValue OldLHS,
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 278 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument 281 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands() 288 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument 391 EVT OpsVT[2] = { OldLHS.getValueType(), in softenSetCCOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 286 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument 289 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands() 296 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument 399 EVT OpsVT[2] = { OldLHS.getValueType(), in softenSetCCOperands()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8702 ExprResult OldLHS = LHS; in CheckShiftOperands() local 8707 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 10925 ExprResult OldLHS = LHS; in CheckShiftOperands() local 10930 if (IsCompAssign) LHS = OldLHS; in CheckShiftOperands()
|