Searched refs:MaxWidth (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 238 unsigned MaxWidth = std::max(RowIdx->getType()->getScalarSizeInBits(), variable 240 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); 243 Value *NumRowsV = B.getIntN(MaxWidth, NumRows);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 2324 unsigned MaxWidth) { in CheckARMBuiltinExclusiveCall() argument 2397 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall() 2398 assert(MaxWidth == 64 && "Diagnostic unexpectedly inaccurate"); in CheckARMBuiltinExclusiveCall() 10815 unsigned MaxWidth) { in GetValueRange() argument 10819 if (value.getBitWidth() > MaxWidth) in GetValueRange() 10820 value = value.trunc(MaxWidth); in GetValueRange() 10828 unsigned MaxWidth) { in GetValueRange() argument 10830 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange() 10833 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange() 10835 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() [all …]
|
H A D | SemaExpr.cpp | 3875 unsigned MaxWidth = Context.getTargetInfo().getIntMaxTWidth(); in ActOnNumericConstant() local 3876 llvm::APInt ResultVal(MaxWidth, 0); in ActOnNumericConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1735 size_t MaxWidth = 13; in getMaxSectionNameWidth() local 1738 MaxWidth = std::max(MaxWidth, Name.size()); in getMaxSectionNameWidth() 1740 return MaxWidth; in getMaxSectionNameWidth()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6221 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local 6271 MaxWidth = std::max(MaxWidth, in getSmallestAndWidestTypes() 6276 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 12442 unsigned MaxWidth);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12889 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128); in matchShuffleAsShift() local 12890 for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2) in matchShuffleAsShift()
|