Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp84 DoubleWidth = 64; in TargetInfo()
395 if (DoubleWidth != FloatWidth) { in adjust()
396 DoubleWidth = DoubleAlign = 64; in adjust()
437 DoubleWidth = 32; in adjust()
442 DoubleWidth = 64; in adjust()
450 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()
451 LongDoubleWidth = DoubleWidth; in adjust()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DMSP430.h38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
H A DTCE.h73 DoubleWidth = 32; in TCETargetInfo()
H A DAVR.h44 DoubleWidth = 32; in AVRTargetInfo()
H A DNVPTX.cpp123 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h76 unsigned char DoubleWidth, DoubleAlign; member
697 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()