Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp486 unsigned MaxInlineWidthInBits = in EmitAtomicExpr() local
489 getContext().toBits(sizeChars) > MaxInlineWidthInBits); in EmitAtomicExpr()
/external/clang/lib/AST/
DASTContext.cpp8121 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local
8122 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()