Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1566 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1567 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1568 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1570 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
DARMCodeEmitter.cpp709 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; in emitConstPoolInstruction() local
716 if (MCPE.isMachineConstantPoolEntry()) { in emitConstPoolInstruction()
718 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in emitConstPoolInstruction()
737 emitConstantToMemory(CPI, MCPE.Val.ConstVal); in emitConstPoolInstruction()
DARMBaseInstrInfo.cpp1206 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1207 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1210 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1240 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()