Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDArgumentPromotion.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()
HDAttributor.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-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.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()
HDCGStmt.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()
HDCGCall.cpp5573 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall()
5723 LargestVectorWidth = in EmitCall()
5724 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
HDCodeGenFunction.h2120 unsigned LargestVectorWidth = 0;
HDCGBuiltin.cpp6130 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()