Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp124 NewAlign = HostTarget->getNewAlign(); in NVPTXTargetInfo()
H A DSPIR.h131 NewAlign = HostTarget->getNewAlign(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h742 unsigned getNewAlign() const { in getNewAlign() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp779 unsigned NewAlign = TI.getNewAlign() / TI.getCharWidth(); in EmitCoroutineBody()
H A DCGExprCXX.cpp1686 Target.getNewAlign(), getContext().getTypeSize(allocType))); in EmitCXXNewExpr()
H A DCGOpenMPRuntimeGPU.cpp1073 CGM.getContext().getTargetInfo().getNewAlign() / 8)); in emitGenericVarsProlog()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp500 Twine(TI.getNewAlign() / TI.getCharWidth()) + in InitializeStandardPredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1832 S.getASTContext().getTargetInfo().getNewAlign(); in hasNewExtendedAlignment()
2314 unsigned NewAlignment = Context.getTargetInfo().getNewAlign(); in BuildCXXNew()