Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h721 unsigned getSimdDefaultAlign() const { return SimdDefaultAlign; } in getSimdDefaultAlign() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp515 target_info->getSimdDefaultAlign()); in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2420 unsigned SimdAlign = getTargetInfo().getSimdDefaultAlign(); in getOpenMPDefaultSimdAlign()