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.cpp148 MaxAtomicInlineWidth = HostTarget->getMaxAtomicInlineWidth(); in NVPTXTargetInfo()
H A DSPIR.h153 MaxAtomicInlineWidth = HostTarget->getMaxAtomicInlineWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h834 unsigned getMaxAtomicInlineWidth() const { return MaxAtomicInlineWidth; } in getMaxAtomicInlineWidth() function
843 AtomicSizeInBits <= getMaxAtomicInlineWidth() && in hasBuiltinAtomic()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp930 S.getCtx().getTargetInfo().getMaxAtomicInlineWidth(); in interp__builtin_atomic_lock_free()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp838 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr()
H A DItaniumCXXABI.cpp2710 unsigned MaxInlineWidthInBits = CGF.getTarget().getMaxAtomicInlineWidth(); in EmitGuardedInit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12819 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall()
H A DExprConstant.cpp12957 Info.Ctx.getTargetInfo().getMaxAtomicInlineWidth(); in VisitBuiltinCallExpr()