Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp669 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local
671 getContext().toBits(sizeChars) > MaxInlineWidthInBits); in EmitAtomicExpr()
/external/clang/lib/AST/
DASTContext.cpp8882 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local
8883 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()