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.cpp175 uint64_t LargestVectorWidth = 0; in doPromotion() local
178 LargestVectorWidth = std::max( in doPromotion()
179 LargestVectorWidth, VT->getPrimitiveSizeInBits().getKnownMinValue()); in doPromotion()
198 AttributeFuncs::updateMinLegalVectorWidthAttr(*NF, LargestVectorWidth); in doPromotion()
286 LargestVectorWidth); in doPromotion()
H A DAttributor.cpp3017 uint64_t LargestVectorWidth = 0; in rewriteFunctionSignatures() local
3020 LargestVectorWidth = in rewriteFunctionSignatures()
3021 std::max(LargestVectorWidth, in rewriteFunctionSignatures()
3055 AttributeFuncs::updateMinLegalVectorWidthAttr(*NewFn, LargestVectorWidth); in rewriteFunctionSignatures()
3145 LargestVectorWidth); in rewriteFunctionSignatures()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp529 LargestVectorWidth = in FinishFunction()
530 std::max((uint64_t)LargestVectorWidth, in FinishFunction()
535 LargestVectorWidth = in FinishFunction()
536 std::max((uint64_t)LargestVectorWidth, in FinishFunction()
539 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction()
540 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction()
551 llvm::utostr(LargestVectorWidth)); in FinishFunction()
1323 LargestVectorWidth = VecWidth->getVectorWidth(); in StartFunction()
H A DCGStmt.cpp2790 LargestVectorWidth = in EmitAsmStmt()
2791 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
2828 LargestVectorWidth = in EmitAsmStmt()
2829 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
2918 LargestVectorWidth = in EmitAsmStmt()
2919 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
H A DCGCall.cpp5573 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall()
5723 LargestVectorWidth = in EmitCall()
5724 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
H A DCodeGenFunction.h2120 unsigned LargestVectorWidth = 0;
H A DCGBuiltin.cpp6130 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()