Home
last modified time | relevance | path

Searched refs:createPPCMCInstPrinter (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp106 static MCInstPrinter *createPPCMCInstPrinter(const Target &T, in createPPCMCInstPrinter() function
149 TargetRegistry::RegisterMCInstPrinter(ThePPC32Target, createPPCMCInstPrinter); in LLVMInitializePowerPCTargetMC()
150 TargetRegistry::RegisterMCInstPrinter(ThePPC64Target, createPPCMCInstPrinter); in LLVMInitializePowerPCTargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp237 static MCInstPrinter *createPPCMCInstPrinter(const Triple &T, in createPPCMCInstPrinter() function
274 TargetRegistry::RegisterMCInstPrinter(*T, createPPCMCInstPrinter); in LLVMInitializePowerPCTargetMC()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp222 static MCInstPrinter *createPPCMCInstPrinter(const Triple &T, in createPPCMCInstPrinter() function
261 TargetRegistry::RegisterMCInstPrinter(*T, createPPCMCInstPrinter); in LLVMInitializePowerPCTargetMC()