Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h861 virtual bool hasBuiltinAtomic(uint64_t AtomicSizeInBits, in hasBuiltinAtomic() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp324 if (TI.hasBuiltinAtomic(TypeWidth, TypeWidth)) in getLockFreeValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp127 UseLibcall = !C.getTargetInfo().hasBuiltinAtomic( in AtomicInfo()
H A DCGStmtOpenMP.cpp6379 !Context.getTargetInfo().hasBuiltinAtomic( in emitOMPAtomicRMW()