Searched refs:MaxInlineWidthInBits (Results 1 – 3 of 3) sorted by relevance
827 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local829 bool Oversized = getContext().toBits(TInfo.Width) > MaxInlineWidthInBits; in EmitAtomicExpr()835 getContext().toCharUnitsFromBits(MaxInlineWidthInBits); in EmitAtomicExpr()
2441 unsigned MaxInlineWidthInBits = CGF.getTarget().getMaxAtomicInlineWidth(); in EmitGuardedInit() local2443 if (!threadsafe || MaxInlineWidthInBits) { in EmitGuardedInit()
12185 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local12186 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()