/external/sfntly/cpp/src/test/ |
D | hdmx_test.cc | 49 EXPECT_EQ(hdmx_table->MaxWidth(i), HDMX_MAX_WIDTH[i]); in TestReadingHdmxTable() 68 EXPECT_EQ(hdmx_table->MaxWidth(4), -1); in TestReadingHdmxTable() 69 EXPECT_EQ(hdmx_table->MaxWidth(-1), -1); in TestReadingHdmxTable()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | MatrixBuilder.h | 222 unsigned MaxWidth = std::max(RowIdx->getType()->getScalarSizeInBits(), variable 224 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); 227 Value *NumRowsV = B.getIntN(MaxWidth, NumRows);
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 506 #define MaxWidth 132 in DisplayResourceRecord() macro 507 char buffer[MaxWidth+8]; in DisplayResourceRecord() 521 case kDNSType_PTR: n += mprintf("%##.*s", MaxWidth - n, rd->name.c); break; in DisplayResourceRecord() 525 while (t < rdend && t[0] && p < buffer+MaxWidth) in DisplayResourceRecord() 528 for (i=1; i<=t[0] && p < buffer+MaxWidth; i++) in DisplayResourceRecord() 545 n += mprintf("%.*s", MaxWidth - n, buffer); in DisplayResourceRecord() 556 n += mprintf("%.*s", MaxWidth - n, b + striplen); in DisplayResourceRecord() 566 while (s < rdend && p < buffer+MaxWidth) in DisplayResourceRecord() 581 n += mprintf("%.*s", MaxWidth - n, buffer); in DisplayResourceRecord()
|
/external/pdfium/testing/resources/pixel/ |
D | bug_820345.in | 64 /MaxWidth 2658
|
D | bug_1308_1.in | 67 /MaxWidth 1101
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | horizontal_device_metrics_table.h | 54 int32_t MaxWidth(int32_t record_index);
|
D | horizontal_device_metrics_table.cc | 48 int32_t HorizontalDeviceMetricsTable::MaxWidth(int32_t record_index) { in MaxWidth() function in sfntly::HorizontalDeviceMetricsTable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 311 unsigned MaxWidth = TTI->getRegisterBitWidth(true); in IsPredicatedVectorLoop() local 312 if (Lanes * ElementWidth > MaxWidth || Lanes == MaxWidth) in IsPredicatedVectorLoop()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1251 unsigned MaxWidth) { in CheckARMBuiltinExclusiveCall() argument 1325 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall() 1326 assert(MaxWidth == 64 && "Diagnostic unexpectedly inaccurate"); in CheckARMBuiltinExclusiveCall() 7061 IntRange GetValueRange(ASTContext &C, llvm::APSInt &value, unsigned MaxWidth) { in GetValueRange() argument 7065 if (value.getBitWidth() > MaxWidth) in GetValueRange() 7066 value = value.trunc(MaxWidth); in GetValueRange() 7074 unsigned MaxWidth) { in GetValueRange() argument 7076 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange() 7079 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange() 7081 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() [all …]
|
D | SemaExpr.cpp | 3407 unsigned MaxWidth = Context.getTargetInfo().getIntMaxTWidth(); in ActOnNumericConstant() local 3408 llvm::APInt ResultVal(MaxWidth, 0); in ActOnNumericConstant()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 2297 unsigned MaxWidth) { in CheckARMBuiltinExclusiveCall() argument 2370 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall() 2371 assert(MaxWidth == 64 && "Diagnostic unexpectedly inaccurate"); in CheckARMBuiltinExclusiveCall() 10558 unsigned MaxWidth) { in GetValueRange() argument 10562 if (value.getBitWidth() > MaxWidth) in GetValueRange() 10563 value = value.trunc(MaxWidth); in GetValueRange() 10571 unsigned MaxWidth) { in GetValueRange() argument 10573 return GetValueRange(C, result.getInt(), MaxWidth); in GetValueRange() 10576 IntRange R = GetValueRange(C, result.getVectorElt(0), Ty, MaxWidth); in GetValueRange() 10578 IntRange El = GetValueRange(C, result.getVectorElt(i), Ty, MaxWidth); in GetValueRange() [all …]
|
D | SemaExpr.cpp | 3870 unsigned MaxWidth = Context.getTargetInfo().getIntMaxTWidth(); in ActOnNumericConstant() local 3871 llvm::APInt ResultVal(MaxWidth, 0); in ActOnNumericConstant()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 2336 size_t MaxWidth = 13; in getMaxSectionNameWidth() local 2339 MaxWidth = std::max(MaxWidth, Name.size()); in getMaxSectionNameWidth() 2341 return MaxWidth; in getMaxSectionNameWidth()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3219 auto MaxWidth = 0u; in getVectorElementSize() local 3234 MaxWidth = std::max<unsigned>(MaxWidth, DL->getTypeSizeInBits(Ty)); in getVectorElementSize() 3254 if (!MaxWidth || FoundUnknownInst) in getVectorElementSize() 3258 return MaxWidth; in getVectorElementSize()
|
D | LoopVectorize.cpp | 5328 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local 5366 MaxWidth = std::max(MaxWidth, in getSmallestAndWidestTypes() 5371 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5286 auto MaxWidth = 0u; in getVectorElementSize() local 5301 MaxWidth = std::max<unsigned>(MaxWidth, DL->getTypeSizeInBits(Ty)); in getVectorElementSize() 5321 if (!MaxWidth || FoundUnknownInst) in getVectorElementSize() 5325 return MaxWidth; in getVectorElementSize()
|
D | LoopVectorize.cpp | 5133 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local 5178 MaxWidth = std::max(MaxWidth, in getSmallestAndWidestTypes() 5183 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5566 auto MaxWidth = 0u; in getVectorElementSize() local 5580 MaxWidth = std::max<unsigned>(MaxWidth, DL->getTypeSizeInBits(Ty)); in getVectorElementSize() 5598 int Width = MaxWidth; in getVectorElementSize() 5602 if (!MaxWidth || FoundUnknownInst) in getVectorElementSize()
|
D | LoopVectorize.cpp | 5836 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local 5881 MaxWidth = std::max(MaxWidth, in getSmallestAndWidestTypes() 5886 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9367 unsigned MaxWidth);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 12217 unsigned MaxWidth);
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7905 unsigned MaxWidth = (VT.is512BitVector() && !Subtarget.hasBWI() ? 64 : 128); in lowerVectorShuffleAsShift() local 7906 for (int Scale = 2; Scale * VT.getScalarSizeInBits() <= MaxWidth; Scale *= 2) in lowerVectorShuffleAsShift()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11947 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128); in matchShuffleAsShift() local 11948 for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2) in matchShuffleAsShift()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12693 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128); in matchShuffleAsShift() local 12694 for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2) in matchShuffleAsShift()
|