Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp764 if (UseOptimizedLibcall) { in AddDirectArgument()
960 bool UseOptimizedLibcall = false; in EmitAtomicExpr() local
997 UseOptimizedLibcall = true; in EmitAtomicExpr()
1026 UseOptimizedLibcall = true; in EmitAtomicExpr()
1031 if (!UseOptimizedLibcall) { in EmitAtomicExpr()
1089 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val2.getPointer(), in EmitAtomicExpr()
1102 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1.getPointer(), in EmitAtomicExpr()
1227 if (UseOptimizedLibcall) in EmitAtomicExpr()
1231 if (UseOptimizedLibcall) { in EmitAtomicExpr()
1252 assert(UseOptimizedLibcall || (!PostOp && !PostOpMinMax)); in EmitAtomicExpr()
[all …]