Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
32939 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local32944 DAG.getUNDEF(VT), LockOp.getValue(1)); in lowerAtomicArith()48252 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local48254 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()48255 return LockOp; in combineSetCCAtomicArith()48274 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local48276 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()48277 return LockOp; in combineSetCCAtomicArith()