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 55 const std::vector<MachineConstantPoolEntry> *MCPEs;
70 TM(tm), MCE(mce), MCPEs(0), MJTEs(0),
134 MCPEs = &MF.getConstantPool()->getConstants();
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 55 const std::vector<MachineConstantPoolEntry> *MCPEs;
71 MCE(mce), MCPEs(0), MJTEs(0),
406 MCPEs = &MF.getConstantPool()->getConstants();
709 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex];
    [all...]

Completed in 6025 milliseconds