Home
last modified time | relevance | path

Searched defs:SpillAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h184 unsigned SpillAlignment; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h243 unsigned RegSize, SpillSize, SpillAlignment; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1815 auto SpillAlignment = Align(FrameData.getAlign(Def)); in insertSpills() local