Lines Matching refs:AuxTarget
1280 const TargetInfo *AuxTarget) { in InitBuiltinTypes() argument
1286 this->AuxTarget = AuxTarget; in InitBuiltinTypes()
1727 return AuxTarget->getLongDoubleFormat(); in getFloatTypeSemantics()
1731 return AuxTarget->getFloat128Format(); in getFloatTypeSemantics()
2144 Width = AuxTarget->getHalfWidth(); in getTypeInfoImpl()
2145 Align = AuxTarget->getHalfAlign(); in getTypeInfoImpl()
2162 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2163 Target->getLongDoubleAlign() != AuxTarget->getLongDoubleAlign())) { in getTypeInfoImpl()
2164 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2165 Align = AuxTarget->getLongDoubleAlign(); in getTypeInfoImpl()
2179 Width = AuxTarget->getFloat128Width(); in getTypeInfoImpl()
2180 Align = AuxTarget->getFloat128Align(); in getTypeInfoImpl()