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; variable237 unsigned getPreferVectorWidth() const { return PreferVectorWidth; } in getPreferVectorWidth()
135 unsigned PreferVectorWidth = ST->getPreferVectorWidth(); in getRegisterBitWidth() local140 if (ST->hasAVX512() && PreferVectorWidth >= 512) in getRegisterBitWidth()142 if (ST->hasAVX() && PreferVectorWidth >= 256) in getRegisterBitWidth()144 if (ST->hasSSE1() && PreferVectorWidth >= 128) in getRegisterBitWidth()
366 std::string PreferVectorWidth; variable
1878 if (!CodeGenOpts.PreferVectorWidth.empty() && in getDefaultFunctionAttributes()1879 CodeGenOpts.PreferVectorWidth != "none") in getDefaultFunctionAttributes()1881 CodeGenOpts.PreferVectorWidth); in getDefaultFunctionAttributes()
3811 MarshallingInfoString<CodeGenOpts<"PreferVectorWidth">>;