Searched refs:LargestVectorWidth (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 175 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 D | Attributor.cpp | 3017 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 D | CodeGenFunction.cpp | 529 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 D | CGStmt.cpp | 2790 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 D | CGCall.cpp | 5573 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall() 5723 LargestVectorWidth = in EmitCall() 5724 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
|
H A D | CodeGenFunction.h | 2120 unsigned LargestVectorWidth = 0;
|
H A D | CGBuiltin.cpp | 6130 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()
|