Searched refs:PreferVectorWidth (Results 1 – 6 of 6) sorted by relevance
279 PreferVectorWidth = PreferVectorWidthOverride; in initSubtargetFeatures()281 PreferVectorWidth = 128; in initSubtargetFeatures()283 PreferVectorWidth = 256; in initSubtargetFeatures()
515 unsigned PreferVectorWidth = UINT32_MAX; variable789 unsigned getPreferVectorWidth() const { return PreferVectorWidth; } in getPreferVectorWidth()
134 unsigned PreferVectorWidth = ST->getPreferVectorWidth(); in getRegisterBitWidth() local139 if (ST->hasAVX512() && PreferVectorWidth >= 512) in getRegisterBitWidth()141 if (ST->hasAVX() && PreferVectorWidth >= 256) in getRegisterBitWidth()143 if (ST->hasSSE1() && PreferVectorWidth >= 128) in getRegisterBitWidth()
347 std::string PreferVectorWidth; variable
1831 if (!CodeGenOpts.PreferVectorWidth.empty() && in getDefaultFunctionAttributes()1832 CodeGenOpts.PreferVectorWidth != "none") in getDefaultFunctionAttributes()1834 CodeGenOpts.PreferVectorWidth); in getDefaultFunctionAttributes()
3426 MarshallingInfoString<CodeGenOpts<"PreferVectorWidth">>;