Searched refs:MaxInlineWidthInBits (Results 1 – 3 of 3) sorted by relevance
838 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local841 getContext().toCharUnitsFromBits(MaxInlineWidthInBits); in EmitAtomicExpr()844 bool Oversized = getContext().toBits(TInfo.Width) > MaxInlineWidthInBits; in EmitAtomicExpr()
2710 unsigned MaxInlineWidthInBits = CGF.getTarget().getMaxAtomicInlineWidth(); in EmitGuardedInit() local2712 if (!threadsafe || MaxInlineWidthInBits) { in EmitGuardedInit()
12819 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local12820 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()