Searched refs:PreferVectorWidth (Results 1 – 6 of 6) sorted by relevance
309 PreferVectorWidth = PreferVectorWidthOverride; in initSubtargetFeatures()311 PreferVectorWidth = 128; in initSubtargetFeatures()313 PreferVectorWidth = 256; in initSubtargetFeatures()
104 unsigned PreferVectorWidth = UINT32_MAX; variable239 unsigned getPreferVectorWidth() const { return PreferVectorWidth; } in getPreferVectorWidth()
178 unsigned PreferVectorWidth = ST->getPreferVectorWidth(); in getRegisterBitWidth() local183 if (ST->hasAVX512() && ST->hasEVEX512() && PreferVectorWidth >= 512) in getRegisterBitWidth()185 if (ST->hasAVX() && PreferVectorWidth >= 256) in getRegisterBitWidth()187 if (ST->hasSSE1() && PreferVectorWidth >= 128) in getRegisterBitWidth()
394 std::string PreferVectorWidth; variable
1960 if (!CodeGenOpts.PreferVectorWidth.empty() && in getTrivialDefaultFunctionAttributes()1961 CodeGenOpts.PreferVectorWidth != "none") in getTrivialDefaultFunctionAttributes()1963 CodeGenOpts.PreferVectorWidth); in getTrivialDefaultFunctionAttributes()
5008 MarshallingInfoString<CodeGenOpts<"PreferVectorWidth">>;