Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h141 unsigned MaxBytesForAlignment = 0;
540 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; }
544 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2465 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
3179 unsigned MaxBytesForAlignment; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp722 MaxBytesForAlignment = 0; in TargetLoweringBase()
2045 return MaxBytesForAlignment; in getMaxPermittedBytesForAlignment()