Searched defs:Desired (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 347 llvm::LoadInst *Desired = CGF.Builder.CreateLoad(Val2); in emitAtomicCmpXchg() local 1317 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchangeOp() 1339 AtomicInfo::EmitAtomicCompareExchangeLibcall(RValue Expected, RValue Desired, in EmitAtomicCompareExchangeLibcall() 1370 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange() 1513 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
|