Searched refs:MCPV (Results 1 – 6 of 6) sorted by relevance
59 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
782 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument783 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
153 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
899 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument901 int Size = DL.getTypeAllocSize(MCPV->getType()); in emitMachineConstantPoolValue()903 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
590 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
3540 void AsmPrinter::emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument