Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGAtomic.cpp349 unsigned MaxInlineWidthInBits = in EmitAtomicExpr() local
352 getContext().toBits(sizeChars) > MaxInlineWidthInBits); in EmitAtomicExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp8125 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local
8126 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()