Home
last modified time | relevance | path

Searched refs:MCPE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
169 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
170 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
172 EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in EmitInstruction()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1543 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1544 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1545 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1547 EmitGlobalConstant(DL, MCPE.Val.ConstVal); in EmitInstruction()
DARMBaseInstrInfo.cpp1367 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1368 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1371 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1402 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()