Searched refs:MaxWidth (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | MatrixBuilder.h | 246 unsigned MaxWidth = std::max(RowIdx->getType()->getScalarSizeInBits(), variable 248 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); 251 Value *NumRowsV = B.getIntN(MaxWidth, NumRows);
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2984 unsigned MaxWidth) { in CheckARMBuiltinExclusiveCall() argument 3057 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall() 3058 assert(MaxWidth == 64 && "Diagnostic unexpectedly inaccurate"); in CheckARMBuiltinExclusiveCall() 12127 unsigned MaxWidth) { in GetValueRange() argument 12131 if (value.getBitWidth() > MaxWidth) in GetValueRange() 12132 value = value.trunc(MaxWidth); in GetValueRange() 12140 unsigned MaxWidth) { in GetValueRange() argument 12142 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange() 12190 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth); in GetExprRange() 12368 L.Width = std::min(L.Width - log2, MaxWidth); in GetExprRange() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2020 size_t MaxWidth = 13; in getMaxSectionNameWidth() local 2023 MaxWidth = std::max(MaxWidth, Name.size()); in getMaxSectionNameWidth() 2025 return MaxWidth; in getMaxSectionNameWidth()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5536 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local 5544 MaxWidth = -1U; in getSmallestAndWidestTypes() 5549 MaxWidth = std::min<unsigned>( in getSmallestAndWidestTypes() 5550 MaxWidth, std::min<unsigned>( in getSmallestAndWidestTypes() 5558 MaxWidth = std::max<unsigned>( in getSmallestAndWidestTypes() 5559 MaxWidth, DL.getTypeSizeInBits(T->getScalarType()).getFixedSize()); in getSmallestAndWidestTypes() 5562 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 13081 unsigned MaxWidth);
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 13687 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128); in matchShuffleAsShift() local 13688 for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2) in matchShuffleAsShift()
|