Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp169 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
170 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
171 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
173 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1502 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1503 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1504 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1506 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
DARMBaseInstrInfo.cpp1349 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1350 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1353 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1384 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()