Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
31730 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local31735 DAG.getUNDEF(VT), LockOp.getValue(1)); in lowerAtomicArith()46500 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local46502 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()46503 return LockOp; in combineSetCCAtomicArith()46522 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local46524 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()46525 return LockOp; in combineSetCCAtomicArith()