Searched refs:DoubleWidth (Results 1 – 6 of 6) sorted by relevance
111 DoubleWidth = 64; in TargetInfo()420 if (DoubleWidth != FloatWidth) { in adjust()421 DoubleWidth = DoubleAlign = 64; in adjust()462 DoubleWidth = 32; in adjust()467 DoubleWidth = 64; in adjust()475 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()476 LongDoubleWidth = DoubleWidth; in adjust()
38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
74 DoubleWidth = 32; in TCETargetInfo()
44 DoubleWidth = 32; in AVRTargetInfo()
110 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
90 unsigned char DoubleWidth, DoubleAlign; member722 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()