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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h34 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DSystemZAsmPrinter.cpp284 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { argument
285 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h132 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
H A DARMAsmPrinter.cpp905 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { argument
907 int Size = DL.getTypeAllocSize(MCPV->getType());
909 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h324 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2346 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { argument

Completed in 102 milliseconds