Searched refs:LargestVectorWidth (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 191 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 D | Attributor.cpp | 3006 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 D | CodeGenFunction.cpp | 535 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 D | CGStmt.cpp | 2968 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 D | CGCall.cpp | 5749 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall() 5910 LargestVectorWidth = in EmitCall() 5911 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
|
| H A D | CGBuiltin.cpp | 6334 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()
|
| H A D | CodeGenFunction.h | 2130 unsigned LargestVectorWidth = 0;
|