Searched refs:DoubleWidth (Results 1 – 7 of 7) sorted by relevance
119 DoubleWidth = 64; in TargetInfo()459 if (DoubleWidth != FloatWidth) { in adjust()460 DoubleWidth = DoubleAlign = 64; in adjust()501 DoubleWidth = 32; in adjust()506 DoubleWidth = 64; in adjust()514 if (Opts.LongDoubleSize == DoubleWidth) { in adjust()515 LongDoubleWidth = DoubleWidth; in adjust()
38 DoubleWidth = LongDoubleWidth = 64; in MSP430TargetInfo()
81 DoubleWidth = 32; in TCETargetInfo()
46 DoubleWidth = 32; in AVRTargetInfo()
121 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
129 DoubleWidth = HostTarget->getDoubleWidth(); in BaseSPIRTargetInfo()
97 unsigned char DoubleWidth, DoubleAlign; member798 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth()