Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
25739 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local25742 DAG.ReplaceAllUsesOfValueWith(N.getValue(1), LockOp.getValue(1)); in lowerAtomicArith()34525 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local34528 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()34529 return LockOp; in combineSetCCAtomicArith()34548 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local34551 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()34552 return LockOp; in combineSetCCAtomicArith()