Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h49 inline constexpr bool isAligned(uptr X, uptr Alignment) { isAligned() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp29 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8406 Opc = getLoadRegOpcode(Reg, RC, isAligned, Subtarget); in unfoldMemoryOperand() local
4625 bool isAligned = storeRegToStackSlot() local
4648 bool isAligned = loadRegFromStackSlot() local
8326 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; unfoldMemoryOperand() local
8472 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; unfoldMemoryOperand() local
8542 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; unfoldMemoryOperand() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp168 bool APInt::isAligned(Align A) const { in isAligned() function in APInt
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h186 return DstAlignCanChange || llvm::isAligned(AlignCheck, DstAlign.value()); in isAligned() function