Searched refs:emitAtomicLibcall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGAtomic.cpp | 303 static RValue emitAtomicLibcall(CodeGenFunction &CGF, in emitAtomicLibcall() function 1254 RValue Res = emitAtomicLibcall(*this, LibCallName, RetTy, Args); in EmitAtomicExpr() 1522 emitAtomicLibcall(CGF, "__atomic_load", CGF.getContext().VoidTy, Args); in EmitAtomicLoadLibcall() 1724 auto SuccessFailureRVal = emitAtomicLibcall(CGF, "__atomic_compare_exchange", in EmitAtomicCompareExchangeLibcall() 2027 emitAtomicLibcall(*this, "__atomic_store", getContext().VoidTy, args); in EmitAtomicStore()
|