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

  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
169 if (MCPE.isMachineConstantPoolEntry())
170 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
172 EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 624 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex];
631 if (MCPE.isMachineConstantPoolEntry()) {
633 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
652 const Constant *CV = MCPE.Val.ConstVal;
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 311 milliseconds