Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h587 void setAlignment(Align A, unsigned MaxBytes) {
589 setMaxBytesForAlignment(MaxBytes);
596 void setMaxBytesForAlignment(unsigned MaxBytes) {
597 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2626 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument
2627 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2973 unsigned MaxBytes; in alignBlocks() local
2975 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()
2977 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()
2978 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()