Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp827 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local
829 bool Oversized = getContext().toBits(TInfo.Width) > MaxInlineWidthInBits; in EmitAtomicExpr()
835 getContext().toCharUnitsFromBits(MaxInlineWidthInBits); in EmitAtomicExpr()
H A DItaniumCXXABI.cpp2441 unsigned MaxInlineWidthInBits = CGF.getTarget().getMaxAtomicInlineWidth(); in EmitGuardedInit() local
2443 if (!threadsafe || MaxInlineWidthInBits) { in EmitGuardedInit()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp12185 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local
12186 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()