Home
last modified time | relevance | path

Searched refs:isAligned (Results 1 – 8 of 8) 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
159 return isAligned(Lhs, reinterpret_cast<uintptr_t>(Addr)); in isAddrAligned()
/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
79 return isAligned(V, Offset, Alignment, DL); in isDereferenceableAndAlignedPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) { in eliminateFI()
DMipsSEISelDAGToDAG.cpp298 if (!isAligned(Alignment, CN->getZExtValue())) in selectAddrFrameIndexOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp58 if (!isAligned(TyAlign, StructSize)) { in StructLayout()
72 if (!isAligned(StructAlignment, StructSize)) { in StructLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp132 assert(isAligned(MBB.getAlignment(), BlockInfo[Num].Offset)); in INITIALIZE_PASS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3251 bool isAligned = in storeRegToStackSlot() local
3254 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, Subtarget); in storeRegToStackSlot()
3266 bool isAligned = in loadRegFromStackSlot() local
3269 unsigned Opc = getLoadRegOpcode(DestReg, RC, isAligned, Subtarget); in loadRegFromStackSlot()
5505 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5506 Opc = getLoadRegOpcode(Reg, RC, isAligned, Subtarget); in unfoldMemoryOperand()
5582 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5583 unsigned Opc = getStoreRegOpcode(Reg, DstRC, isAligned, Subtarget); in unfoldMemoryOperand()
5649 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5650 Opc = getLoadRegOpcode(0, RC, isAligned, Subtarget); in unfoldMemoryOperand()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp760 bool isAligned = in convertVertexBuffer() local
762 flags |= isAligned ? ConvertVertex_comp::kIsAligned : 0; in convertVertexBuffer()