Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp818 if (UseOptimizedLibcall) { in AddDirectArgument()
1052 bool UseOptimizedLibcall = false; in EmitAtomicExpr() local
1113 UseOptimizedLibcall = true; in EmitAtomicExpr()
1155 UseOptimizedLibcall = true; in EmitAtomicExpr()
1160 if (!UseOptimizedLibcall) { in EmitAtomicExpr()
1220 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val2.getPointer(), in EmitAtomicExpr()
1236 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1.getPointer(), in EmitAtomicExpr()
1391 if (UseOptimizedLibcall) in EmitAtomicExpr()
1395 if (UseOptimizedLibcall) { in EmitAtomicExpr()
1415 assert(UseOptimizedLibcall || (!PostOp && !PostOpMinMax)); in EmitAtomicExpr()
[all …]