Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.h34 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DSystemZAsmPrinter.cpp484 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument
485 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.h36 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DSystemZAsmPrinter.cpp689 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
690 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.h36 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DSystemZAsmPrinter.cpp689 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument
690 auto *ZCPV = static_cast<SystemZConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h133 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DARMAsmPrinter.cpp951 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument
953 int Size = DL.getTypeAllocSize(MCPV->getType()); in EmitMachineConstantPoolValue()
955 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.h153 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DARMAsmPrinter.cpp859 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument
861 int Size = DL.getTypeAllocSize(MCPV->getType()); in EmitMachineConstantPoolValue()
863 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in EmitMachineConstantPoolValue()
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.h153 void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
DARMAsmPrinter.cpp877 MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument
879 int Size = DL.getTypeAllocSize(MCPV->getType()); in emitMachineConstantPoolValue()
881 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV); in emitMachineConstantPoolValue()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h322 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h438 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h497 virtual void emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2336 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2809 void AsmPrinter::EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in EmitMachineConstantPoolValue() argument
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2950 void AsmPrinter::emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue() argument