Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
29754 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local29759 DAG.getUNDEF(VT), LockOp.getValue(1)); in lowerAtomicArith()42015 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local42017 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()42018 return LockOp; in combineSetCCAtomicArith()42037 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local42039 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()42040 return LockOp; in combineSetCCAtomicArith()