Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h534 void setAlignment(Align A, unsigned MaxBytes) {
536 setMaxBytesForAlignment(MaxBytes);
543 void setMaxBytesForAlignment(unsigned MaxBytes) {
544 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2464 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument
2465 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2939 unsigned MaxBytes; in alignBlocks() local
2941 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()
2943 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()
2944 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()