Home
last modified time | relevance | path

Searched refs:DefaultAlignForAttributeAligned (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAVR.h39 DefaultAlignForAttributeAligned = 8; in AVRTargetInfo()
H A DSystemZ.h47 DefaultAlignForAttributeAligned = 64; in SystemZTargetInfo()
H A DNVPTX.cpp131 DefaultAlignForAttributeAligned = in NVPTXTargetInfo()
H A DARM.cpp337 DefaultAlignForAttributeAligned = MaxVectorAlign = 64; in ARMTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h108 unsigned char DefaultAlignForAttributeAligned; member
650 return DefaultAlignForAttributeAligned; in getDefaultAlignForAttributeAligned()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp67 DefaultAlignForAttributeAligned = 128; in TargetInfo()