Searched refs:getMaxAtomicInlineWidth (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h347 unsigned getMaxAtomicInlineWidth() const { return MaxAtomicInlineWidth; } function in class:clang::TargetInfo
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp75 AtomicSizeInBits > C.getTargetInfo().getMaxAtomicInlineWidth());
350 getTarget().getMaxAtomicInlineWidth();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp655 unsigned InlineWidthBits = TI.getMaxAtomicInlineWidth();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8125 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth();
H A DExprConstant.cpp6188 Info.Ctx.getTargetInfo().getMaxAtomicInlineWidth();

Completed in 204 milliseconds