Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
32597 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local32602 DAG.getUNDEF(VT), LockOp.getValue(1)); in lowerAtomicArith()46341 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local46343 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()46344 return LockOp; in combineSetCCAtomicArith()46363 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local46365 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()46366 return LockOp; in combineSetCCAtomicArith()