Searched refs:emitAtomicLibcall (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 312 static RValue emitAtomicLibcall(CodeGenFunction &CGF, in emitAtomicLibcall() function 1311 RValue Res = emitAtomicLibcall(*this, LibCallName, RetTy, Args); in EmitAtomicExpr() 1576 emitAtomicLibcall(CGF, "__atomic_load", CGF.getContext().VoidTy, Args); in EmitAtomicLoadLibcall() 1778 auto SuccessFailureRVal = emitAtomicLibcall(CGF, "__atomic_compare_exchange", in EmitAtomicCompareExchangeLibcall() 2081 emitAtomicLibcall(*this, "__atomic_store", getContext().VoidTy, args); in EmitAtomicStore()
|