Searched refs:UseOptimizedLibcall (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 472 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy, in AddDirectArgument() argument 474 if (UseOptimizedLibcall) { in AddDirectArgument() 607 bool UseOptimizedLibcall = false; in EmitAtomicExpr() local 620 UseOptimizedLibcall = true; in EmitAtomicExpr() 625 UseOptimizedLibcall = true; in EmitAtomicExpr() 630 if (!UseOptimizedLibcall) { in EmitAtomicExpr() 659 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val2, MemTy, in EmitAtomicExpr() 671 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, MemTy, in EmitAtomicExpr() 682 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, MemTy, in EmitAtomicExpr() 696 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, LoweredMemTy, in EmitAtomicExpr() [all …]
|