Searched refs:MaxWidth (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h207 unsigned MaxWidth = std::max(RowIdx->getType()->getScalarSizeInBits(), local
209 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth);
212 Value *NumRowsV = B.getIntN(MaxWidth, NumRows);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp283 unsigned MaxWidth = TTI->getRegisterBitWidth(true); local
284 if (Lanes * ElementWidth > MaxWidth || Lanes == MaxWidth)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2300 unsigned MaxWidth) {
2373 if (Context.getTypeSize(ValType) > MaxWidth) {
2374 assert(MaxWidth == 64 && "Diagnostic unexpectedly inaccurate");
10157 unsigned MaxWidth) {
10161 if (value.getBitWidth() > MaxWidth)
10162 value = value.trunc(MaxWidth);
10170 unsigned MaxWidth) {
10172 return GetValueRange(C, result.getInt(), MaxWidth);
10175 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth);
10177 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth);
2299 CheckARMBuiltinExclusiveCall(unsigned BuiltinID, CallExpr *TheCall, unsigned MaxWidth) argument
10156 GetValueRange(ASTContext &C, llvm::APSInt &value, unsigned MaxWidth) argument
10169 GetValueRange(ASTContext &C, APValue &result, QualType Ty, unsigned MaxWidth) argument
10209 GetExprRange(ASTContext &C, const Expr *E, unsigned MaxWidth, bool InConstantContext) argument
[all...]
H A DSemaExpr.cpp3834 unsigned MaxWidth = Context.getTargetInfo().getIntMaxTWidth(); local
3835 llvm::APInt ResultVal(MaxWidth, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2250 size_t MaxWidth = 13;
2253 MaxWidth = std::max(MaxWidth, Name.size());
2255 return MaxWidth;
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhptintf.h464 HPT_U8 MaxWidth; member in struct:_CONTROLLER_INFO_V2_EXT
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptintf.h460 HPT_U8 MaxWidth; member in struct:_CONTROLLER_INFO_V2_EXT
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5356 auto MaxWidth = 0u;
5367 // If the current instruction is a load, update MaxWidth to reflect the
5370 MaxWidth = std::max<unsigned>(MaxWidth, DL->getTypeSizeInBits(Ty));
5388 int Width = MaxWidth;
5392 if (!MaxWidth || FoundUnknownInst)
H A DLoopVectorize.cpp5190 unsigned MaxWidth = 8;
5235 MaxWidth = std::max(MaxWidth,
5240 return {MinWidth, MaxWidth};
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12131 unsigned MaxWidth);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12477 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128);
12478 for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2)
[all...]

Completed in 534 milliseconds