Searched refs:DoubleWidth (Results 1 – 6 of 6) sorted by relevance
81 DoubleWidth = 64; in TargetInfo()380 if (DoubleWidth != FloatWidth) { in adjust()381 DoubleWidth = DoubleAlign = 64; in adjust()420 DoubleWidth = 32; in adjust()425 DoubleWidth = 64; in adjust()433 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()434 LongDoubleWidth = DoubleWidth; in adjust()
38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
73 DoubleWidth = 32; in TCETargetInfo()
44 DoubleWidth = 32; in AVRTargetInfo()
122 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
66 unsigned char DoubleWidth, DoubleAlign; member658 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()