Searched refs:isAligned (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_checks.h35 !isAligned(Size, Alignment);
42 !isAligned(Alignment, sizeof(void *));
H A Dcommon.h37 inline constexpr bool isAligned(uptr X, uptr Alignment) { function in namespace:scudo
H A Dcombined.h319 if (UNLIKELY(!isAligned(reinterpret_cast<uptr>(Ptr), MinAlignment)))
364 if (UNLIKELY(!isAligned(reinterpret_cast<uptr>(OldPtr), MinAlignment)))
544 if (!Ptr || !isAligned(reinterpret_cast<uptr>(Ptr), MinAlignment))
H A Dprimary32.h236 if (isAligned(Region, RegionSize)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) {
152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) {
159 return isAligned(Lhs, reinterpret_cast<uintptr_t>(Addr));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, function
79 return isAligned(V, Offset, Alignment, DL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp83 static INLINE bool isAligned(const void *Ptr) { function in namespace:__scudo::Chunk
293 if (!Chunk::isAligned(Ptr))
463 if (UNLIKELY(!Chunk::isAligned(Ptr)))
504 if (UNLIKELY(!Chunk::isAligned(OldPtr)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp217 (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) {
H A DMipsSEISelDAGToDAG.cpp298 if (!isAligned(Alignment, CN->getZExtValue()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp132 assert(isAligned(MBB.getAlignment(), BlockInfo[Num].Offset));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp58 if (!isAligned(TyAlign, StructSize)) {
72 if (!isAligned(StructAlignment, StructSize)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3251 bool isAligned = local
3254 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, Subtarget);
3266 bool isAligned = local
3269 unsigned Opc = getLoadRegOpcode(DestReg, RC, isAligned, Subtarget);
5507 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; local
5508 Opc = getLoadRegOpcode(Reg, RC, isAligned, Subtarget);
5584 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; local
5585 unsigned Opc = getStoreRegOpcode(Reg, DstRC, isAligned, Subtarget);
5651 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; local
5652 Opc = getLoadRegOpcode(0, RC, isAligned, Subtarge
5717 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; local
[all...]

Completed in 172 milliseconds