Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp193 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
194 int Size = getDataLayout().getTypeAllocSize(MCPV->getType()); in emitMachineConstantPoolValue()
195 CSKYConstantPoolValue *CCPV = static_cast<CSKYConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue()
H A DCSKYAsmPrinter.h47 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.h43 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DXtensaAsmPrinter.cpp63 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
64 XtensaConstantPoolValue *ACPV = static_cast<XtensaConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h107 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DSystemZAsmPrinter.cpp870 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
871 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h154 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DARMAsmPrinter.cpp916 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
918 int Size = DL.getTypeAllocSize(MCPV->getType()); in emitMachineConstantPoolValue()
920 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h568 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3794 void AsmPrinter::emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument