Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp321 static RValue emitAtomicLibcall(CodeGenFunction &CGF, in emitAtomicLibcall() function
1003 RValue Res = emitAtomicLibcall(*this, LibCallName, RetTy, Args); in EmitAtomicExpr()
1263 emitAtomicLibcall(CGF, "__atomic_load", CGF.getContext().VoidTy, Args); in EmitAtomicLoadLibcall()
1471 auto SuccessFailureRVal = emitAtomicLibcall(CGF, "__atomic_compare_exchange", in EmitAtomicCompareExchangeLibcall()
1778 emitAtomicLibcall(*this, "__atomic_store", getContext().VoidTy, args); in EmitAtomicStore()