Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h623 unsigned getMaxVectorAlign() const { return MaxVectorAlign; } in getMaxVectorAlign() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp358 target_info->getMaxVectorAlign()); in ClangExpressionParser()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1811 uint64_t TargetVectorAlign = Target->getMaxVectorAlign(); in getTypeInfoImpl()