Searched refs:LargestVectorWidth (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | ArgumentPromotion.cpp | 203 uint64_t LargestVectorWidth = 0; in doPromotion() local 206 LargestVectorWidth = std::max( in doPromotion() 207 LargestVectorWidth, VT->getPrimitiveSizeInBits().getKnownMinValue()); in doPromotion() 213 AttributeFuncs::updateMinLegalVectorWidthAttr(*NF, LargestVectorWidth); in doPromotion() 288 LargestVectorWidth); in doPromotion()
|
| D | Attributor.cpp | 2829 uint64_t LargestVectorWidth = 0; in rewriteFunctionSignatures() local 2832 LargestVectorWidth = in rewriteFunctionSignatures() 2833 std::max(LargestVectorWidth, in rewriteFunctionSignatures() 2865 AttributeFuncs::updateMinLegalVectorWidthAttr(*NewFn, LargestVectorWidth); in rewriteFunctionSignatures() 2943 LargestVectorWidth); in rewriteFunctionSignatures()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 484 LargestVectorWidth = in FinishFunction() 485 std::max((uint64_t)LargestVectorWidth, in FinishFunction() 490 LargestVectorWidth = in FinishFunction() 491 std::max((uint64_t)LargestVectorWidth, in FinishFunction() 494 if (CurFnInfo->getMaxVectorWidth() > LargestVectorWidth) in FinishFunction() 495 LargestVectorWidth = CurFnInfo->getMaxVectorWidth(); in FinishFunction() 506 llvm::utostr(LargestVectorWidth)); in FinishFunction() 1242 LargestVectorWidth = VecWidth->getVectorWidth(); in StartFunction()
|
| D | CGStmt.cpp | 2479 LargestVectorWidth = in EmitAsmStmt() 2480 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt() 2518 LargestVectorWidth = in EmitAsmStmt() 2519 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt() 2608 LargestVectorWidth = in EmitAsmStmt() 2609 std::max((uint64_t)LargestVectorWidth, in EmitAsmStmt()
|
| D | CGCall.cpp | 5320 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall() 5447 LargestVectorWidth = in EmitCall() 5448 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
|
| D | CodeGenFunction.h | 1970 unsigned LargestVectorWidth = 0;
|
| D | CGBuiltin.cpp | 5306 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()
|