Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h121 unsigned PoolAlignment; ///< The alignment for the pool. variable
132 : PoolAlignment(1), DL(DL) {} in MachineConstantPool()
137 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp1100 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()
1120 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()