Searched refs:MCPE (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; local
169 if (MCPE.isMachineConstantPoolEntry())
170 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
172 EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1591 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; local
1592 if (MCPE.isMachineConstantPoolEntry())
1593 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
1595 EmitGlobalConstant(DL, MCPE.Val.ConstVal);
H A DARMBaseInstrInfo.cpp1367 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; local
1368 assert(MCPE.isMachineConstantPoolEntry() &&
1371 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
1402 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMCodeEmitter.cpp624 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; local
631 if (MCPE.isMachineConstantPoolEntry()) {
633 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
652 const Constant *CV = MCPE.Val.ConstVal;
H A DARMAsmPrinter.cpp1495 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; local
1496 if (MCPE.isMachineConstantPoolEntry())
1497 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
1499 EmitGlobalConstant(MCPE.Val.ConstVal);
H A DARMBaseInstrInfo.cpp1081 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; local
1082 assert(MCPE.isMachineConstantPoolEntry() &&
1085 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
1115 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());

Completed in 924 milliseconds