Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp146 const uint64_t MaxBytes = Addend >> 8; in relaxAlign() local
151 if (MaxBytes != 0 && CurBytes > MaxBytes) in relaxAlign()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h644 void setAlignment(Align A, unsigned MaxBytes) {
646 setMaxBytesForAlignment(MaxBytes);
653 void setMaxBytesForAlignment(unsigned MaxBytes) {
654 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2820 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument
2821 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3082 unsigned MaxBytes; in alignBlocks() local
3084 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()
3086 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()
3087 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()