Searched refs:MCPV (Results 1 – 10 of 10) sorted by relevance
193 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument194 int Size = getDataLayout().getTypeAllocSize(MCPV->getType()); in emitMachineConstantPoolValue()195 CSKYConstantPoolValue *CCPV = static_cast<CSKYConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue()
47 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
43 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
63 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument64 XtensaConstantPoolValue *ACPV = static_cast<XtensaConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue()
107 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
870 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument871 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
154 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
916 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument918 int Size = DL.getTypeAllocSize(MCPV->getType()); in emitMachineConstantPoolValue()920 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
568 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
3794 void AsmPrinter::emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument