Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsAsmPrinter.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(MCPE.Val.ConstVal); in EmitInstruction()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp1518 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1519 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1520 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1522 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
HDARMBaseInstrInfo.cpp1313 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1314 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1317 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1348 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()