Searched refs:PreferVectorWidth (Results 1 – 6 of 6) sorted by relevance
316 PreferVectorWidth = PreferVectorWidthOverride; in initSubtargetFeatures()318 PreferVectorWidth = 128; in initSubtargetFeatures()320 PreferVectorWidth = 256; in initSubtargetFeatures()
96 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()
432 std::string PreferVectorWidth; variable
2035 if (!CodeGenOpts.PreferVectorWidth.empty() && in getTrivialDefaultFunctionAttributes()2036 CodeGenOpts.PreferVectorWidth != "none") in getTrivialDefaultFunctionAttributes()2038 CodeGenOpts.PreferVectorWidth); in getTrivialDefaultFunctionAttributes()
5591 MarshallingInfoString<CodeGenOpts<"PreferVectorWidth">>;