Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h141 unsigned MaxBytesForAlignment = 0;
571 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; }
575 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2531 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
3268 unsigned MaxBytesForAlignment; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp722 MaxBytesForAlignment = 0; in TargetLoweringBase()
2030 return MaxBytesForAlignment; in getMaxPermittedBytesForAlignment()