Searched refs:PreferVectorWidth (Results 1 – 6 of 6) sorted by relevance
303 PreferVectorWidth = PreferVectorWidthOverride; in initSubtargetFeatures()305 PreferVectorWidth = 256; in initSubtargetFeatures()
443 unsigned PreferVectorWidth = UINT32_MAX; variable678 unsigned getPreferVectorWidth() const { return PreferVectorWidth; } in getPreferVectorWidth()
133 unsigned PreferVectorWidth = ST->getPreferVectorWidth(); in getRegisterBitWidth() local135 if (ST->hasAVX512() && PreferVectorWidth >= 512) in getRegisterBitWidth()137 if (ST->hasAVX() && PreferVectorWidth >= 256) in getRegisterBitWidth()139 if (ST->hasSSE1() && PreferVectorWidth >= 128) in getRegisterBitWidth()
284 std::string PreferVectorWidth; variable
1786 if (!CodeGenOpts.PreferVectorWidth.empty() && in ConstructDefaultFnAttrList()1787 CodeGenOpts.PreferVectorWidth != "none") in ConstructDefaultFnAttrList()1789 CodeGenOpts.PreferVectorWidth); in ConstructDefaultFnAttrList()
930 Opts.PreferVectorWidth = Args.getLastArgValue(OPT_mprefer_vector_width_EQ); in ParseCodeGenArgs()