Home
last modified time | relevance | path

Searched refs:LargestVectorWidth (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp191 uint64_t LargestVectorWidth = 0; in doPromotion() local
194 LargestVectorWidth = std::max( in doPromotion()
195 LargestVectorWidth, VT->getPrimitiveSizeInBits().getKnownMinValue()); in doPromotion()
214 AttributeFuncs::updateMinLegalVectorWidthAttr(*NF, LargestVectorWidth); in doPromotion()
301 LargestVectorWidth); in doPromotion()
H A DAttributor.cpp3006 uint64_t LargestVectorWidth = 0; in rewriteFunctionSignatures() local
3009 LargestVectorWidth = in rewriteFunctionSignatures()
3010 std::max(LargestVectorWidth, in rewriteFunctionSignatures()
3042 AttributeFuncs::updateMinLegalVectorWidthAttr(*NewFn, LargestVectorWidth); in rewriteFunctionSignatures()
3124 LargestVectorWidth); in rewriteFunctionSignatures()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp535 LargestVectorWidth = in FinishFunction()
536 std::max((uint64_t)LargestVectorWidth, in FinishFunction()
541 LargestVectorWidth = in FinishFunction()
542 std::max((uint64_t)LargestVectorWidth, in FinishFunction()
545 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction()
546 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction()
557 llvm::utostr(LargestVectorWidth)); in FinishFunction()
1367 LargestVectorWidth = VecWidth->getVectorWidth(); in StartFunction()
H A DCGStmt.cpp2968 LargestVectorWidth = in EmitAsmStmt()
2969 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
3006 LargestVectorWidth = in EmitAsmStmt()
3007 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
3096 LargestVectorWidth = in EmitAsmStmt()
3097 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
H A DCGCall.cpp5749 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall()
5910 LargestVectorWidth = in EmitCall()
5911 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
H A DCGBuiltin.cpp6334 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()
H A DCodeGenFunction.h2130 unsigned LargestVectorWidth = 0;