Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h118 Align PoolAlignment; ///< The alignment for the pool. variable
129 : PoolAlignment(1), DL(DL) {} in MachineConstantPool()
134 Align getConstantPoolAlign() const { return PoolAlignment; } in getConstantPoolAlign()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1205 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()
1224 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()