Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h54 unsigned MaxBytesForAlignment; variable
105 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; } in getMaxBytesForAlignment()
H A DLoongArchSubtarget.cpp88 MaxBytesForAlignment = 16; in initializeProperties()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h181 unsigned MaxBytesForAlignment = 0;
650 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; }
654 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2821 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
3670 unsigned MaxBytesForAlignment; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp712 MaxBytesForAlignment = 0; in TargetLoweringBase()
2110 return MaxBytesForAlignment; in getMaxPermittedBytesForAlignment()