Searched refs:DoubleWidth (Results 1 – 6 of 6) sorted by relevance
84 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()
38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
73 DoubleWidth = 32; in TCETargetInfo()
44 DoubleWidth = 32; in AVRTargetInfo()
123 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
76 unsigned char DoubleWidth, DoubleAlign; member697 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()