Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp1864 Address NewAtomicIntAddr = emitCastToAtomicIntPointer(NewAtomicAddr); in EmitAtomicUpdateOp() local
1867 CGF.Builder.CreateStore(PHI, NewAtomicIntAddr); in EmitAtomicUpdateOp()
1872 auto *DesiredVal = CGF.Builder.CreateLoad(NewAtomicIntAddr); in EmitAtomicUpdateOp()
1946 Address NewAtomicIntAddr = emitCastToAtomicIntPointer(NewAtomicAddr); in EmitAtomicUpdateOp() local
1949 CGF.Builder.CreateStore(PHI, NewAtomicIntAddr); in EmitAtomicUpdateOp()
1952 auto *DesiredVal = CGF.Builder.CreateLoad(NewAtomicIntAddr); in EmitAtomicUpdateOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2484 Value *NewAtomicIntAddr = in emitAtomicUpdate() local
2502 LoadInst *DesiredVal = Builder.CreateLoad(XElemTy, NewAtomicIntAddr); in emitAtomicUpdate()