Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance
31711 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local31716 DAG.getUNDEF(VT), LockOp.getValue(1)); in lowerAtomicArith()45127 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget); in combineSetCCAtomicArith() local45129 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()45130 return LockOp; in combineSetCCAtomicArith()45149 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local45151 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()45152 return LockOp; in combineSetCCAtomicArith()