Home
last modified time | relevance | path

Searched defs:MaxWidth (Results 1 – 10 of 10) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_device_metrics_table.cc48 int32_t HorizontalDeviceMetricsTable::MaxWidth(int32_t record_index) { in MaxWidth() function in sfntly::HorizontalDeviceMetricsTable
/external/mdnsresponder/mDNSPosix/
DNetMonitor.c506 #define MaxWidth 132 in DisplayResourceRecord() macro
/external/clang/lib/Sema/
DSemaChecking.cpp1251 unsigned MaxWidth) { in CheckARMBuiltinExclusiveCall()
7061 IntRange GetValueRange(ASTContext &C, llvm::APSInt &value, unsigned MaxWidth) { in GetValueRange()
7074 unsigned MaxWidth) { in GetValueRange()
7113 IntRange GetExprRange(ASTContext &C, const Expr *E, unsigned MaxWidth) { in GetExprRange()
DSemaExpr.cpp3407 unsigned MaxWidth = Context.getTargetInfo().getIntMaxTWidth(); in ActOnNumericConstant() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3219 auto MaxWidth = 0u; in getVectorElementSize() local
DLoopVectorize.cpp5328 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4271 auto MaxWidth = 0u; in getVectorElementSize() local
DLoopVectorize.cpp5084 unsigned MaxWidth = 8; in getSmallestAndWidestTypes() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7905 unsigned MaxWidth = (VT.is512BitVector() && !Subtarget.hasBWI() ? 64 : 128); in lowerVectorShuffleAsShift() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10211 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128); in matchVectorShuffleAsShift() local