Home
last modified time | relevance | path

Searched refs:getNewAlign (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DDefaultOperatorNewAlignmentCheck.cpp51 unsigned DefaultNewAlignment = Context.getTargetInfo().getNewAlign(); in check()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.cpp130 NewAlign = HostTarget->getNewAlign(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp480 unsigned NewAlign = TI.getNewAlign() / TI.getCharWidth(); in EmitCoroutineBody()
H A DCGOpenMPRuntimeGPU.cpp1420 CGM.getContext().getTargetInfo().getNewAlign() / 8)); in emitGenericVarsProlog()
1459 CGM.getContext().getTargetInfo().getNewAlign())); in emitGenericVarsProlog()
H A DCGExprCXX.cpp1658 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h662 unsigned getNewAlign() const { in getNewAlign() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp481 Twine(TI.getNewAlign() / TI.getCharWidth()) + in InitializeStandardPredefinedMacros()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1739 S.getASTContext().getTargetInfo().getNewAlign(); in hasNewExtendedAlignment()
2225 unsigned NewAlignment = Context.getTargetInfo().getNewAlign(); in BuildCXXNew()