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

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 54 const std::vector<MachineConstantPoolEntry> *MCPEs;
69 TD(tm.getTargetData()), TM(tm), MCE(mce), MCPEs(0), MJTEs(0),
133 MCPEs = &MF.getConstantPool()->getConstants();
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 55 const std::vector<MachineConstantPoolEntry> *MCPEs;
71 MCE(mce), MCPEs(0), MJTEs(0),
402 MCPEs = &MF.getConstantPool()->getConstants();
705 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex];
    [all...]

Completed in 441 milliseconds