Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp681 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local
683 getContext().toBits(sizeChars) > MaxInlineWidthInBits); in EmitAtomicExpr()
/external/clang/lib/AST/
DASTContext.cpp8691 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local
8692 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()