Home
last modified time | relevance | path

Searched refs:LockOp (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21231 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG); in lowerAtomicArith() local
21234 DAG.ReplaceAllUsesOfValueWith(N.getValue(1), LockOp.getValue(1)); in lowerAtomicArith()
26994 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG); in combineSetCCAtomicArith() local
26997 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()
26998 return LockOp; in combineSetCCAtomicArith()