Home
last modified time | relevance | path

Searched refs:hasPadding (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h119 inline bool hasPadding() const { return Sema.hasUnsignedPadding(); } in hasPadding() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp579 bool hasPadding = false; in getCoerceAndExpandTypes() local
589 hasPadding = true; in getCoerceAndExpandTypes()
608 if (hasPadding) { in getCoerceAndExpandTypes()
H A DCGAtomic.cpp165 bool hasPadding() const { in hasPadding() function in __anon41f132f00111::AtomicInfo
203 if (hasPadding()) in projectValue()
333 if (hasPadding()) return true; in requiresMemSetZero()
1443 if (hasPadding()) in convertAtomicTempToRValue()
1476 !hasPadding()) || in ConvertIntToValueOrAtomic()
1662 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { in convertRValueToInt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h619 bool hasPadding() const { return IsPadded; } in hasPadding() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp651 if (SL->hasPadding()) in unpackLoadToAggregate()
1176 if (SL->hasPadding()) in unpackStoreToAggregate()