Home
last modified time | relevance | path

Searched refs:PoolAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h122 unsigned PoolAlignment; ///< The alignment for the pool. variable
133 : PoolAlignment(1), DL(DL) {} in MachineConstantPool()
138 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp1008 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()
1028 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()