Searched refs:UseOptimizedLibcall (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 624 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy, in AddDirectArgument() argument 626 if (UseOptimizedLibcall) { in AddDirectArgument() 759 bool UseOptimizedLibcall = false; in EmitAtomicExpr() local 772 UseOptimizedLibcall = true; in EmitAtomicExpr() 777 UseOptimizedLibcall = true; in EmitAtomicExpr() 782 if (!UseOptimizedLibcall) { in EmitAtomicExpr() 811 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val2, MemTy, in EmitAtomicExpr() 823 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, MemTy, in EmitAtomicExpr() 834 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, MemTy, in EmitAtomicExpr() 848 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, LoweredMemTy, in EmitAtomicExpr() [all …]
|