Home
last modified time | relevance | path

Searched refs:MaxBytesForAlignment (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h60 unsigned MaxBytesForAlignment; variable
115 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; } in getMaxBytesForAlignment()
H A DLoongArchSubtarget.cpp81 MaxBytesForAlignment = 16; in initializeProperties()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h161 unsigned MaxBytesForAlignment = 0;
593 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; }
597 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2627 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
3409 unsigned MaxBytesForAlignment; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp754 MaxBytesForAlignment = 0; in TargetLoweringBase()
2077 return MaxBytesForAlignment; in getMaxPermittedBytesForAlignment()