/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Loops.cpp | 327 static bool hasPadding(ConvOp convOp) { in hasPadding() function 356 if (hasPadding(convOp)) { in emitScalarImplementation() 371 static bool hasPadding(PoolingOp poolingOp) { in hasPadding() function 381 if (hasPadding(op)) { in getPoolingInput()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APFixedPoint.h | 119 inline bool hasPadding() const { return Sema.hasUnsignedPadding(); } in hasPadding() function
|
/external/icu/libicu/cts_headers/ |
D | number_patternstring.h | 57 bool hasPadding = false; member
|
/external/icu/icu4c/source/i18n/ |
D | number_patternstring.h | 57 bool hasPadding = false; member
|
D | number_patternstring.cpp | 188 if (currentSubpattern->hasPadding) { in consumePadding() 194 currentSubpattern->hasPadding = true; in consumePadding() 593 if (positive.hasPadding) { in patternInfoToProperties()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions.h | 118 if (rhs.hasPadding()) { 128 if (rhs.hasPadding()) {
|
D | eigen_spatial_convolutions-inl.h | 878 EIGEN_ALWAYS_INLINE bool hasPadding() const { in hasPadding() function
|
/external/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 526 bool hasPadding = false; in getCoerceAndExpandTypes() local 536 hasPadding = true; in getCoerceAndExpandTypes() 553 if (hasPadding) { in getCoerceAndExpandTypes()
|
D | CGAtomic.cpp | 165 bool hasPadding() const { in hasPadding() function in __anona93f836e0111::AtomicInfo 203 if (hasPadding()) in projectValue() 325 if (hasPadding()) return true; in requiresMemSetZero() 1171 if (hasPadding()) in convertAtomicTempToRValue() 1204 !hasPadding()) || in ConvertIntToValueOrAtomic() 1389 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { in convertRValueToInt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 579 bool hasPadding = false; in getCoerceAndExpandTypes() local 589 hasPadding = true; in getCoerceAndExpandTypes() 608 if (hasPadding) { in getCoerceAndExpandTypes()
|
D | CGAtomic.cpp | 165 bool hasPadding() const { in hasPadding() function in __anon0956349c0111::AtomicInfo 203 if (hasPadding()) in projectValue() 333 if (hasPadding()) return true; in requiresMemSetZero() 1435 if (hasPadding()) in convertAtomicTempToRValue() 1468 !hasPadding()) || in ConvertIntToValueOrAtomic() 1654 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { in convertRValueToInt()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 488 bool hasPadding() const { return IsPadded; } in hasPadding() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 641 bool hasPadding() const { return IsPadded; } in hasPadding() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 601 bool hasPadding() const { return IsPadded; } in hasPadding() function
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | ModifyStruct.cpp | 356 bool hasPadding() const { return padFieldCount > 0; } in hasPadding() function in __anon9125e3cd0111::ConvertStructState 1051 !state.hasPadding() && !isUBO) in TryCreateModifiedStruct()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 545 if (SL->hasPadding()) in unpackLoadToAggregate() 1045 if (SL->hasPadding()) in unpackStoreToAggregate()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 643 if (SL->hasPadding()) in unpackLoadToAggregate() 1165 if (SL->hasPadding()) in unpackStoreToAggregate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 674 if (SL->hasPadding()) in unpackLoadToAggregate() 1204 if (SL->hasPadding()) in unpackStoreToAggregate()
|