Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp153 MaxAtomicInlineWidth = HostTarget->getMaxAtomicInlineWidth(); in NVPTXTargetInfo()
H A DSPIR.h160 MaxAtomicInlineWidth = HostTarget->getMaxAtomicInlineWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h855 unsigned getMaxAtomicInlineWidth() const { return MaxAtomicInlineWidth; } in getMaxAtomicInlineWidth() function
864 AtomicSizeInBits <= getMaxAtomicInlineWidth() && in hasBuiltinAtomic()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp1024 S.getASTContext().getTargetInfo().getMaxAtomicInlineWidth(); in interp__builtin_atomic_lock_free()
1086 S.getASTContext().getTargetInfo().getMaxAtomicInlineWidth(); in interp__builtin_c11_atomic_is_lock_free()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp877 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr()
H A DItaniumCXXABI.cpp2738 unsigned MaxInlineWidthInBits = CGF.getTarget().getMaxAtomicInlineWidth(); in EmitGuardedInit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13477 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall()
H A DExprConstant.cpp13605 Info.Ctx.getTargetInfo().getMaxAtomicInlineWidth(); in VisitBuiltinCallExpr()