Searched defs:MCPV (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp181 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { argument
182 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp836 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { argument
838 int Size = TM.getDataLayout()->getTypeAllocSize(MCPV->getType());
840 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2040 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { argument

Completed in 1234 milliseconds