Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
29932 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local29937 DAG.getUNDEF(VT), LockOp.getValue(1)); in lowerAtomicArith()42330 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local42332 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()42333 return LockOp; in combineSetCCAtomicArith()42352 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local42354 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()42355 return LockOp; in combineSetCCAtomicArith()