Searched refs:UseLibcall (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Atomic/ |
| H A D | Atomic.h | 25 bool UseLibcall; variable 31 bool UseLibcall, IRBuilderBase::InsertPoint AllocaIP) in AtomicInfo() argument 34 ValueAlign(ValueAlign), UseLibcall(UseLibcall), AllocaIP(AllocaIP) {} in AtomicInfo() 41 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 38 bool UseLibcall; member in __anon5e56f1450111::AtomicInfo 44 EvaluationKind(TEK_Scalar), UseLibcall(true) { in AtomicInfo() 127 UseLibcall = !C.getTargetInfo().hasBuiltinAtomic( in AtomicInfo() 137 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() 1067 bool UseLibcall = !PowerOf2Size || (Size > 16); in EmitAtomicExpr() local 1078 if (UseLibcall) { in EmitAtomicExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 499 llvm::Align ValueAlign, bool UseLibcall, in AtomicInfo() argument 502 AtomicAlign, ValueAlign, UseLibcall, AllocaIP), in AtomicInfo()
|