Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp24839 SDValue LockOp = lowerAtomicArithWithLOCK(N, DAG, Subtarget); in lowerAtomicArith() local
24842 DAG.ReplaceAllUsesOfValueWith(N.getValue(1), LockOp.getValue(1)); in lowerAtomicArith()
33026 auto LockOp = lowerAtomicArithWithLOCK(AtomicSub, DAG, Subtarget, !NeedCF); in combineSetCCAtomicArith() local
33029 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()
33030 return LockOp; in combineSetCCAtomicArith()
33049 SDValue LockOp = lowerAtomicArithWithLOCK(CmpLHS, DAG, Subtarget); in combineSetCCAtomicArith() local
33052 DAG.ReplaceAllUsesOfValueWith(CmpLHS.getValue(1), LockOp.getValue(1)); in combineSetCCAtomicArith()
33053 return LockOp; in combineSetCCAtomicArith()
/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()