Searched refs:getNewAlign (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp123 NewAlign = HostTarget->getNewAlign();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h555 unsigned getNewAlign() const { function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp546 unsigned NewAlign = TI.getNewAlign() / TI.getCharWidth();
H A DCGExprCXX.cpp1649 Target.getNewAlign(), getContext().getTypeSize(allocType)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp404 Twine(TI.getNewAlign() / TI.getCharWidth()) +
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1558 S.getASTContext().getTargetInfo().getNewAlign();
2043 unsigned NewAlignment = Context.getTargetInfo().getNewAlign();

Completed in 103 milliseconds