Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h849 unsigned getMaxVectorAlign() const { return MaxVectorAlign; } in getMaxVectorAlign() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp475 target_info->getMaxVectorAlign()); in ClangExpressionParser()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1975 uint64_t TargetVectorAlign = Target->getMaxVectorAlign(); in getTypeInfoImpl()