Home
last modified time | relevance | path

Searched refs:MCPV (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.h59 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DSystemZAsmPrinter.cpp782 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
783 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMAsmPrinter.h153 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DARMAsmPrinter.cpp899 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
901 int Size = DL.getTypeAllocSize(MCPV->getType()); in emitMachineConstantPoolValue()
903 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAsmPrinter.h590 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3540 void AsmPrinter::emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument