Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGAtomic.cpp804 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local
806 bool Oversized = getContext().toBits(sizeChars) > MaxInlineWidthInBits; in EmitAtomicExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp10529 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local
10530 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()