HomeSort by relevance Sort by last modified time
    Searched refs:PoolAlignment (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 136 unsigned PoolAlignment; ///< The alignment for the pool.
143 : TD(td), PoolAlignment(1) {}
148 unsigned getConstantPoolAlignment() const { return PoolAlignment; }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 846 if (Alignment > PoolAlignment) PoolAlignment = Alignment;
866 if (Alignment > PoolAlignment) PoolAlignment = Alignment;
    [all...]

Completed in 66 milliseconds