Lines Matching refs:AuxTarget
1218 const TargetInfo *AuxTarget) { in InitBuiltinTypes() argument
1224 this->AuxTarget = AuxTarget; in InitBuiltinTypes()
1388 (AuxTarget && AuxTarget->hasAArch64SVETypes())) { in InitBuiltinTypes()
1416 (AuxTarget && AuxTarget->getTriple().isAMDGPU())) { in InitBuiltinTypes()
1660 return AuxTarget->getLongDoubleFormat(); in getFloatTypeSemantics()
1664 return AuxTarget->getFloat128Format(); in getFloatTypeSemantics()
2110 AuxTarget->hasBFloat16Type()) { in getTypeInfoImpl()
2111 Width = AuxTarget->getBFloat16Width(); in getTypeInfoImpl()
2112 Align = AuxTarget->getBFloat16Align(); in getTypeInfoImpl()
2124 Width = AuxTarget->getHalfWidth(); in getTypeInfoImpl()
2125 Align = AuxTarget->getHalfAlign(); in getTypeInfoImpl()
2142 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2143 Target->getLongDoubleAlign() != AuxTarget->getLongDoubleAlign())) { in getTypeInfoImpl()
2144 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2145 Align = AuxTarget->getLongDoubleAlign(); in getTypeInfoImpl()
2159 Width = AuxTarget->getFloat128Width(); in getTypeInfoImpl()
2160 Align = AuxTarget->getFloat128Align(); in getTypeInfoImpl()