Home
last modified time | relevance | path

Searched refs:MCPE (Results 1 – 6 of 6) 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/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp624 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; in emitConstPoolInstruction() local
631 if (MCPE.isMachineConstantPoolEntry()) { in emitConstPoolInstruction()
633 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in emitConstPoolInstruction()
652 const Constant *CV = MCPE.Val.ConstVal; in emitConstPoolInstruction()
DARMAsmPrinter.cpp1495 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1496 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1497 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1499 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
DARMBaseInstrInfo.cpp1081 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local
1082 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1085 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1115 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1591 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local
1592 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
1593 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
1595 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()