Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h54 unsigned MaxBytesForAlignment; variable
105 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; } in getMaxBytesForAlignment()
H A DLoongArchSubtarget.cpp81 MaxBytesForAlignment = 16; in initializeProperties()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h183 unsigned MaxBytesForAlignment = 0;
622 unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; }
626 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2728 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
3528 unsigned MaxBytesForAlignment; variable
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp633 MaxBytesForAlignment = 0; in TargetLoweringBase()
2003 return MaxBytesForAlignment; in getMaxPermittedBytesForAlignment()