Searched refs:DoubleWidth (Results 1 – 7 of 7) sorted by relevance
114 DoubleWidth = 64; in TargetInfo()433 if (DoubleWidth != FloatWidth) { in adjust()434 DoubleWidth = DoubleAlign = 64; in adjust()475 DoubleWidth = 32; in adjust()480 DoubleWidth = 64; in adjust()488 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()489 LongDoubleWidth = DoubleWidth; in adjust()
38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
77 DoubleWidth = 32; in TCETargetInfo()
44 DoubleWidth = 32; in AVRTargetInfo()
116 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
122 DoubleWidth = HostTarget->getDoubleWidth(); in BaseSPIRTargetInfo()
93 unsigned char DoubleWidth, DoubleAlign; member777 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()