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

/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp166 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; local
167 if (MCPE.isMachineConstantPoolEntry())
168 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
170 EmitGlobalConstant(MCPE.Val.ConstVal);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1453 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; local
1454 if (MCPE.isMachineConstantPoolEntry())
1455 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
1457 EmitGlobalConstant(MCPE.Val.ConstVal);
H A DARMCodeEmitter.cpp625 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; local
632 if (MCPE.isMachineConstantPoolEntry()) {
634 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
653 const Constant *CV = MCPE.Val.ConstVal;
H A DARMBaseInstrInfo.cpp1250 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; local
1251 assert(MCPE.isMachineConstantPoolEntry() &&
1254 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
1285 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment());

Completed in 174 milliseconds