Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8901 auto AtomicLoadRes = atomicInfo.EmitAtomicLoadLibcall(AO); in createAtomicRead() local
8902 XRead = AtomicLoadRes.first; in createAtomicRead()
9076 auto AtomicLoadRes = atomicInfo.EmitAtomicLoadLibcall(AO); in emitAtomicUpdate() local
9090 PHI->addIncoming(AtomicLoadRes.first, CurBB); in emitAtomicUpdate()
9100 AtomicLoadRes.second, NewAtomicAddr, AO, Failure); in emitAtomicUpdate()