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()
97 unsigned PreferVectorWidth = UINT32_MAX; variable225 unsigned getPreferVectorWidth() const { return PreferVectorWidth; } in getPreferVectorWidth()
204 unsigned PreferVectorWidth = ST->getPreferVectorWidth(); in getRegisterBitWidth() local209 if (ST->hasAVX512() && ST->hasEVEX512() && PreferVectorWidth >= 512) in getRegisterBitWidth()211 if (ST->hasAVX() && PreferVectorWidth >= 256) in getRegisterBitWidth()213 if (ST->hasSSE1() && PreferVectorWidth >= 128) in getRegisterBitWidth()
401 std::string PreferVectorWidth; variable
1939 if (!CodeGenOpts.PreferVectorWidth.empty() && in getTrivialDefaultFunctionAttributes()1940 CodeGenOpts.PreferVectorWidth != "none") in getTrivialDefaultFunctionAttributes()1942 CodeGenOpts.PreferVectorWidth); in getTrivialDefaultFunctionAttributes()
5282 MarshallingInfoString<CodeGenOpts<"PreferVectorWidth">>;