Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAlignment.h146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcommon.h37 inline constexpr bool isAligned(uptr X, uptr Alignment) { in isAligned() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoads.cpp39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp3251 bool isAligned = in storeRegToStackSlot() local
3266 bool isAligned = in loadRegFromStackSlot() local
5507 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5584 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5651 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
5717 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator.cpp83 static INLINE bool isAligned(const void *Ptr) { in isAligned() function