Home
last modified time | relevance | path

Searched defs:isAligned (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3251 bool isAligned = in storeRegToStackSlot() local
3266 bool isAligned = in loadRegFromStackSlot() local
5505 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5582 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5649 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5715 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp760 bool isAligned = in convertVertexBuffer() local