Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h39 DefaultAlignForAttributeAligned = 8; in AVRTargetInfo()
H A DSystemZ.h46 DefaultAlignForAttributeAligned = 64; in SystemZTargetInfo()
H A DNVPTX.cpp120 DefaultAlignForAttributeAligned = in NVPTXTargetInfo()
H A DSPIR.h130 DefaultAlignForAttributeAligned = in BaseSPIRTargetInfo()
H A DARM.cpp348 DefaultAlignForAttributeAligned = MaxVectorAlign = 64; in ARMTargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h124 unsigned char DefaultAlignForAttributeAligned; member
703 return DefaultAlignForAttributeAligned; in getDefaultAlignForAttributeAligned()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp96 DefaultAlignForAttributeAligned = 128; in TargetInfo()