HomeSort by relevance Sort by last modified time
    Searched refs:getConstantPoolAlignment (Results 1 - 4 of 4) 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 383 << MCP->getConstantPoolAlignment() << " bytes *****\n");
512 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 545 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
    [all...]

Completed in 1180 milliseconds