Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h138 unsigned PoolAlignment; ///< The alignment for the pool. variable
149 : PoolAlignment(1), DL(DL) {} in MachineConstantPool()
154 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp900 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()
920 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()