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.cpp174 uint64_t LargestVectorWidth = 0; in doPromotion() local
177 LargestVectorWidth = std::max( in doPromotion()
178 LargestVectorWidth, VT->getPrimitiveSizeInBits().getKnownMinValue()); in doPromotion()
197 AttributeFuncs::updateMinLegalVectorWidthAttr(*NF, LargestVectorWidth); in doPromotion()
284 LargestVectorWidth); in doPromotion()
H A DAttributor.cpp3013 uint64_t LargestVectorWidth = 0; in rewriteFunctionSignatures() local
3016 LargestVectorWidth = in rewriteFunctionSignatures()
3017 std::max(LargestVectorWidth, in rewriteFunctionSignatures()
3049 AttributeFuncs::updateMinLegalVectorWidthAttr(*NewFn, LargestVectorWidth); in rewriteFunctionSignatures()
3139 LargestVectorWidth); in rewriteFunctionSignatures()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp485 LargestVectorWidth = in FinishFunction()
486 std::max((uint64_t)LargestVectorWidth, in FinishFunction()
491 LargestVectorWidth = in FinishFunction()
492 std::max((uint64_t)LargestVectorWidth, in FinishFunction()
495 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction()
496 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction()
507 llvm::utostr(LargestVectorWidth)); in FinishFunction()
1254 LargestVectorWidth = VecWidth->getVectorWidth(); in StartFunction()
H A DCGStmt.cpp2612 LargestVectorWidth = in EmitAsmStmt()
2613 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
2650 LargestVectorWidth = in EmitAsmStmt()
2651 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
2740 LargestVectorWidth = in EmitAsmStmt()
2741 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
H A DCGCall.cpp5521 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall()
5659 LargestVectorWidth = in EmitCall()
5660 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
H A DCodeGenFunction.h2030 unsigned LargestVectorWidth = 0;
H A DCGBuiltin.cpp5868 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()