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

  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 148 /// getConstantPoolAlignment - Return the alignment required by
150 unsigned getConstantPoolAlignment() const { return PoolAlignment; }
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 382 << MCP->getConstantPoolAlignment() << " bytes *****\n");
511 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 225 milliseconds