Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp463 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy, in AddDirectArgument() argument
465 if (UseOptimizedLibcall) { in AddDirectArgument()
584 bool UseOptimizedLibcall = false; in EmitAtomicExpr() local
597 UseOptimizedLibcall = true; in EmitAtomicExpr()
602 UseOptimizedLibcall = true; in EmitAtomicExpr()
607 if (!UseOptimizedLibcall) { in EmitAtomicExpr()
636 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val2, MemTy, in EmitAtomicExpr()
648 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, MemTy, in EmitAtomicExpr()
659 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, MemTy, in EmitAtomicExpr()
673 AddDirectArgument(*this, Args, UseOptimizedLibcall, Val1, LoweredMemTy, in EmitAtomicExpr()
[all …]