Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGAtomic.cpp838 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth(); in EmitAtomicExpr() local
841 getContext().toCharUnitsFromBits(MaxInlineWidthInBits); in EmitAtomicExpr()
844 bool Oversized = getContext().toBits(TInfo.Width) > MaxInlineWidthInBits; in EmitAtomicExpr()
HDItaniumCXXABI.cpp2710 unsigned MaxInlineWidthInBits = CGF.getTarget().getMaxAtomicInlineWidth(); in EmitGuardedInit() local
2712 if (!threadsafe || MaxInlineWidthInBits) { in EmitGuardedInit()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp12819 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth(); in AtomicUsesUnsupportedLibcall() local
12820 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()