Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1859 Address NewAtomicIntAddr = emitCastToAtomicIntPointer(NewAtomicAddr); in EmitAtomicUpdateOp() local
1862 CGF.Builder.CreateStore(PHI, NewAtomicIntAddr); in EmitAtomicUpdateOp()
1867 auto *DesiredVal = CGF.Builder.CreateLoad(NewAtomicIntAddr); in EmitAtomicUpdateOp()
1941 Address NewAtomicIntAddr = emitCastToAtomicIntPointer(NewAtomicAddr); in EmitAtomicUpdateOp() local
1944 CGF.Builder.CreateStore(PHI, NewAtomicIntAddr); in EmitAtomicUpdateOp()
1947 auto *DesiredVal = CGF.Builder.CreateLoad(NewAtomicIntAddr); in EmitAtomicUpdateOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2605 Value *NewAtomicIntAddr = in emitAtomicUpdate() local
2623 LoadInst *DesiredVal = Builder.CreateLoad(XElemTy, NewAtomicIntAddr); in emitAtomicUpdate()