Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
31287 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local31292 DAG.getUNDEF(VT), LockOp.getValue(1)); in lowerAtomicArith()45432 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local45434 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()45435 return LockOp; in combineSetCCAtomicArith()45454 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local45456 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()45457 return LockOp; in combineSetCCAtomicArith()