/freebsd/contrib/llvm-project/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);
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaARM.h | 41 unsigned MaxWidth);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 868 unsigned MaxWidth) { in CheckARMBuiltinExclusiveCall() argument 944 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall() 945 assert(MaxWidth == 64 && "Diagnostic unexpectedly inaccurate"); in CheckARMBuiltinExclusiveCall()
|
H A D | SemaChecking.cpp | 9418 unsigned MaxWidth) { in GetValueRange() argument 9422 if (value.getBitWidth() > MaxWidth) in GetValueRange() 9423 value = value.trunc(MaxWidth); in GetValueRange() 9431 unsigned MaxWidth) { in GetValueRange() argument 9433 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange() 9436 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange() 9438 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() 9445 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange() 9446 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange() 9456 return IntRange(MaxWidth, Ty->isUnsignedIntegerOrEnumerationType()); in GetValueRange() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2733 size_t MaxWidth = 13; in getMaxSectionNameWidth() local 2736 MaxWidth = std::max(MaxWidth, Name.size()); in getMaxSectionNameWidth() 2738 return MaxWidth; in getMaxSectionNameWidth()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hptintf.h | 462 HPT_U8 MaxWidth; member
|
/freebsd/sys/dev/hptnr/ |
H A D | hptintf.h | 458 HPT_U8 MaxWidth; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4753 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local 4761 MaxWidth = -1U; in getSmallestAndWidestTypes() 4766 MaxWidth = std::min<unsigned>( in getSmallestAndWidestTypes() 4767 MaxWidth, std::min<unsigned>( in getSmallestAndWidestTypes() 4775 MaxWidth = std::max<unsigned>( in getSmallestAndWidestTypes() 4776 MaxWidth, DL.getTypeSizeInBits(T->getScalarType()).getFixedValue()); in getSmallestAndWidestTypes() 4779 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2338 unsigned MaxWidth = std::max(Width0, Width1); in typeExtendToWider() 2347 MVT WideETy0 = getScalarWithWidth(ElemTy0, MaxWidth); in typeExtendToWider() 2348 MVT WideETy1 = getScalarWithWidth(ElemTy1, MaxWidth); in typeExtendToWider() 2339 unsigned MaxWidth = std::max(Width0, Width1); typeExtendToWider() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4757 unsigned MaxWidth = IsSigned in LowerINT_TO_FP() local 4761 if (MaxWidth <= 24) { in LowerINT_TO_FP() 4766 if (MaxWidth <= 53) { in LowerINT_TO_FP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 11688 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128); in matchShuffleAsShift() local 11689 for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2) in matchShuffleAsShift()
|