Searched refs:PreferVectorWidth (Results 1 – 6 of 6) sorted by relevance
299 PreferVectorWidth = PreferVectorWidthOverride; in initSubtargetFeatures()301 PreferVectorWidth = 128; in initSubtargetFeatures()303 PreferVectorWidth = 256; in initSubtargetFeatures()
103 unsigned PreferVectorWidth = UINT32_MAX; variable240 unsigned getPreferVectorWidth() const { return PreferVectorWidth; } in getPreferVectorWidth()
178 unsigned PreferVectorWidth = ST->getPreferVectorWidth(); in getRegisterBitWidth() local183 if (ST->hasAVX512() && PreferVectorWidth >= 512) in getRegisterBitWidth()185 if (ST->hasAVX() && PreferVectorWidth >= 256) in getRegisterBitWidth()187 if (ST->hasSSE1() && PreferVectorWidth >= 128) in getRegisterBitWidth()
386 std::string PreferVectorWidth; variable
1918 if (!CodeGenOpts.PreferVectorWidth.empty() && in getDefaultFunctionAttributes()1919 CodeGenOpts.PreferVectorWidth != "none") in getDefaultFunctionAttributes()1921 CodeGenOpts.PreferVectorWidth); in getDefaultFunctionAttributes()
3919 MarshallingInfoString<CodeGenOpts<"PreferVectorWidth">>;