Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp203 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()
DAttributor.cpp2829 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/
DCodeGenFunction.cpp484 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()
DCGStmt.cpp2479 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()
DCGCall.cpp5320 LargestVectorWidth = std::max(LargestVectorWidth, in EmitCall()
5447 LargestVectorWidth = in EmitCall()
5448 std::max(LargestVectorWidth, getMaxVectorWidth(CI->getType())); in EmitCall()
DCodeGenFunction.h1970 unsigned LargestVectorWidth = 0;
DCGBuiltin.cpp5306 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()